You can use the following syntax to open a file in Python, do something with it, and then close the file: file = open('my_data.csv') df ...
確定! 回上一頁