Sharan
I had similar issue of reading different column sized csv file... Instead
of using pandas I used csv reader which handles with no error...
Regards
Venkat
On Fri, 9 Nov 2018, 8:28 pm Sharan Basappa,
wrote:
> are there any requirements about the format of the CSV file when using
> read_csv
Thanks Peter... What are the ways to update outside of the python program
without defining environment variable for source code path Otherwise
can I do it once in during initialization of sys.path update?
On Fri, 10 Aug 2018, 10:56 pm Peter Otten, <[email protected]> wrote:
> Venkat
Hi All,
I am facing issue with python package import.
In my project, I have many directories with different python classes
defined within them. I am trying to import those classes in another python
program, but not able to import them.
Here are my directories and file structures.
src/platform/op