MauroPen / MyPythonRepo

0 stars 0 forks source link

Find an intelligent way to start DataFrame indexing to 1 #26

Closed MauroPen closed 2 years ago

MauroPen commented 2 years ago

After #21, peopleTable is generated with a row of NaN for index = 0.

DOD: Avoid using peopleTable.iloc[1:, :] before exporting the table

MauroPen commented 2 years ago

Issue fixed by completing #21.