Skip to content

Implement dtypes method #62

Open
Open
@olekscode

Description

@olekscode

I have removed methods DataFrame>>columnTypes and DataSeries>>type and the related functionality in #61 because their implementation was very bad and slowed down all other methods.

However, for exploratory purposes it is still important to know what kind of data is stored in each column.

So we need to think how to implement something like dtype in pandas in the most harmless way:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.dtypes.html

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions