EDA Structuring with PandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] July 4, 2023 in Python tagged EDA / structuring / Pandas EDA Structuring by Mike
Data Type Conversion in pandasConvert Strings to Floats This post discusses one of the EDA Structuring tasks using Python and pandas. Here […] August 2, 2023 in Python tagged float / dollar / strip / data / million / convert / billion / replace / astype / string / comma / type / conversion / Pandas EDA Structuring by Mike
Groupby Multiple ColumnsHow do you take a pandas DataFrame of data (dataset) and produce a multi-column bar chart? You can […] August 4, 2023 in Python tagged column / seaborn / chart / matplotlib / bar / barplot / graph / group / by / plot / pandas / aggregate / groupby / Pandas EDA Structuring by Mike