Nov-21-2018, 05:38 AM
i have put the following code in python shell and it working fine but not opening in pycharm
"C:\Program Files\python.exe" "C:/Program Files/PycharmProjects/code examples/code practice.py"
Process finished with exit code 0
csv file has two columns one has date other has numbers
import pandas as pd
import numpy as np
df = pd.read_csv('C:\Program Files\PycharmProjects\code examples\StatementImportTemplate.csv')
df.head()its showing just in output:"C:\Program Files\python.exe" "C:/Program Files/PycharmProjects/code examples/code practice.py"
Process finished with exit code 0
csv file has two columns one has date other has numbers
