Код: Выделить всё
import pandas as pd
df = pd.read_csv("test.csv")
print(df)
print(df.head())
Код: Выделить всё
Process finished with exit code 0
Подробнее здесь: https://stackoverflow.com/questions/550 ... in-pycharm
Код: Выделить всё
import pandas as pd
df = pd.read_csv("test.csv")
print(df)
print(df.head())
Код: Выделить всё
Process finished with exit code 0