79474202

Date: 2025-02-28 00:01:27
Score: 1.5
Natty:
Report link

I found this one works best for me, just two extra lines in code and no need to modify any environment variables.

import sys
sys.path.append('/path/to/my_lib')

import my_pandas
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Meng Huang