this questionを投稿していて、アプリケーションを拡張する必要があります。私は第二の最大の日付を取得するために必要な場合に予想される出力は次のようになり #import pandas as pd
#df = pd.read_clipboard()
#df['Insert_Date'] = pd.to_datetime(df['Insert_Date'])
# used in ex
私はWindowsでPython 3.6.3を使用しています。 私はこのようなファイルに、単一の複数行の文字列を印刷しよう: with open('test1.txt', mode='w') as f:
f.write('test\r\ntest\r\n')
その後test1.txtはtest\r\r\ntest\r\r\n代わりのtest\r\ntest\r\nを含むことになります