我有一系列日期如下的熊猫:
0 8/1/2018
1 7/1/2018
2 11/1/2018
3 9/1/2018
4 9/1/2018
5 8/1/2018
6 9/1/2018
7 9/1/2018
8 8/1/2018
9 8/1/2018
10 9/1/2018
11 8/1/2018
12 8/1/2018
,依此类推。请注意,其数据类型为<class 'pandas.core.series.Series'>
。现在我只想获取一个向量或月份列表作为整数。即
8 7 11 9 9 etc...
我是python的新手,通常在C ++中,我会假设std::stoi(it.first.substr(0, it.first.find("/"))
这样做。首先是将日期存储为字符串。
答案 0 :(得分:2)
假设您的系列名为s
。 pd.to_datetime(s).dt.month.tolist()
答案 1 :(得分:0)
在sudo pip3 install docker==2.7.0
中使用buildscript {
repositories {
maven {
url 'http://someurl.com/repository/MavenRepositoryGroup/'
}
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.8.RELEASE"
}
}
subprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
apply plugin: 'war'
apply plugin: 'org.springframework.boot'
..
..
..
}
}
findall
答案 2 :(得分:0)
这个怎么样?
<input type="number" id="custom-message" name="height" oninput="calculate()">
<input type="number" id="custom-message" name="width" oninput="calculate()">
<input type="number" id="custom-message" name="frames">