Nov-21-2018, 05:38 AM
i have put the following code in python shell and it working fine but not opening in pycharm
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
1 2 3 4 5 |
import pandas as pd import numpy as np df = pd.read_csv( 'C:\Program Files\PycharmProjects\code examples\StatementImportTemplate.csv' ) df.head() |
"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