PyChram autocomplete for import library
已回答
if I write the code below in python file(.py).
import numpy as np
import pandas as pd
test_df = pd.read_csv('testdata/testdata.csv')
and if i type 'pd.' or 'test_df.' and press ctrl+space button, anything show up.
I could I fix it?
请先登录再写评论。
Hi @Worksaqib,
This sounds like a different issue. Please create a thread on YouTrack and attach the idea.log and screenshots of the problem.