Again, this function is just a light wrapper around the pandas library. The DataReposTrains project structure would look like this: data-repos-trains/ │├── data_repos/ │ ├── trains.json │ ││ └── readers/ │ └── json.py │└── pyproject.toml ...
Fixed in 0.6.14.5 already. Standalone: Added missing dependencies for pandas. Fixed in 0.6.14.6 already. Standalone: Some preloaded packages from .pth do not have a __path__, these can and must be ignored. Onefile: On Linux, the sys.argv[0] was not the original file as advertised. ...