[Numpy-discussion] Np.genfromtxt Problem

Stephen P. Molnar s.molnar at sbcglobal.net
Sat Oct 5 04:16:12 EDT 2019



On 10/04/2019 08:19 PM, Stefan van der Walt wrote:
> On Fri, Oct 4, 2019, at 10:31, Stephen P. Molnar wrote:
>> data = np.genfromtxt(files, usecols=(3), dtype=None, skip_header=8,
>> skip_footer=1, encoding=None)
> This seems like a good use case for `dask.dataframe.read_csv` [0].
>
> St??fan
>
> [0] https://examples.dask.org/dataframes/01-data-access.html#Read-CSV-files
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion

I appreciate the responses that I've received.

I feel that I must apologize for the one important fact it would appear 
I railed to mention - all of the files that I wish to process are identical.

-- 
Stephen P. Molnar, Ph.D.
www.molecular-modeling.net
614.312.7528 (c)
Skype:  smolnar1



More information about the NumPy-Discussion mailing list