Recent posts

[Python] Reshaping Data with pandas(4)

4 minute read

Pandas Using .stack with .mean() or .diff() .explode() - converts list contained column into separate rows pd.json_normalize() - converts json data ...

[Python] Reshaping Data with pandas(3)

5 minute read

Pandas pd.MultiIndex.from_arrays() - setting MultiIndex to a dataframe .stack() - rearrange innermost column index to become the innermost row index (...