A
A
ar52015-10-21 17:00:14
Python
ar5, 2015-10-21 17:00:14

What data format is handled in pandas?

In what format should the data be in order to be able to process it in Python using pandas? Connoisseurs tell me it is necessary to always translate data either into a string or a number format?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Samoilov, 2015-10-21
@tibhar940

Pandas is made to read data from a variety of formats.
Check out the documentation.pandas.pydata.org/pandas-docs/stable
d2173f59b7ff427a8ca8199223e170b8.jpg

T
tsarevfs, 2015-10-21
@tsarevfs

Pandas can read different data formats. For example CSV with arbitrary delimiter.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question