Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将其转换为两个不同的 DataFrame,其中一个用于事件帐户日期,另一个用于银行日期
还想删除不需要的详细信息,例如“触发证据\r\n”和“\r\n\r\n证据推送 > 25 和他和我”
尝试使用:
pd.read_csv('book4.csv',sep='|',skiprows= 1 )