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.
CSV ファイルでデータを分離しようとしています。
Word, Time Hello, 1 Hi, 3
Python スクリプトで Hello を出力して 1 秒間表示してから、Hi を出力して 3 秒間表示するようにします。
import pandas as pd df = pd.read_csv('data.csv') print(df.to_string())
私は新しいので、私と一緒に裸にしてください。ありがとう。