- pandas - paths: - ./test.csv
Hello world!
This is the current date and time, as computed by Python: print('hi')

wait


contact https://chienhsiang-hung.github.io/ if you have any questions

from datetime import datetime now = datetime.now() now import pandas as pd a = pd.read_csv('./test.csv') a