在dataframe中找到非时间戳数据可以通过以下步骤实现:
import pandas as pd
df = pd.DataFrame({'A': [1, 2, 3], 'B': ['a', 'b', 'c'], 'C': pd.to_datetime(['2022-01-01', '2022-01-02', '2022-01-03'])})
select_dtypes
方法选择非时间戳数据:non_timestamp_data = df.select_dtypes(exclude=['datetime'])
这将返回一个新的dataframe,其中包含所有非时间戳数据列。你可以根据需要进一步处理这些数据。
对于以上问题,腾讯云没有特定的产品或链接地址与之相关。
没有搜到相关的沙龙
领取专属 10元无门槛券
手把手带您无忧上云