D:\Python\python.exe C:/Users/ASUS-PC/PycharmProjects/PCONG/NO.1.py
Traceback (most recent call last):
  File "C:/Users/ASUS-PC/PycharmProjects/����/NO.1.py", line 3, in <module>
    import pandas as pd
  File "D:\Python\lib\site-packages\pandas\__init__.py", line 13, in <module>
    "extensions first.".format(module))
ImportError: C extension: No module named numpy not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
Process finished with exit code 1