I'll see if it's an easy fix.
import pandas as pd
import numpy as np
FLOAT_TYPES = list(np.typecodes['AllFloat'])
df = pd.util.testing.makeDataFrame()
df.select_dtypes(FLOAT_TYPES)
FLOAT_TYPES.remove('e')
df.select_dtypes(FLOAT_TYPES)
Metadata Metadata
Assignees
No one assigned
Development
No branches or pull requests Issue actions
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4