2973 shaares
264 liens privés
264 liens privés
- Markdown Conversion: you can easily produce markdown tables as a result of a Pandas DataFrame operation. You will need one additional library though, called
tabluate
. - NA Scalar: Pandas finally got a scalar for representing missing values
- String Data type: Until now we only had object datatype to deal with anything not numeric, and it could be problematic [...]. Just like pd.NA this is still considered experimental, meaning it is prone to change without warning.