You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently read in using a for loop and an np.array. This is ugly and not very elegant either. It would be more efficient to read this in using Pandas and store the tables using a pd.DataFrame.
The text was updated successfully, but these errors were encountered:
Currently read in using a for loop and an np.array. This is ugly and not very elegant either. It would be more efficient to read this in using Pandas and store the tables using a pd.DataFrame.
The text was updated successfully, but these errors were encountered: