✨ `basic_ad_repr` for any class, inspired from fastcore
🎉 `tryy` can accept a callable for `output_to_return_on_fail` instead of the usual static variable
🎉 `show` can directly show s3 paths!
🎉 `show` will cast pandas series into a dataframe for a better preview
🎉 `dates` will also consider separators such as '17 / 12 / 2025'
🐛 `dates` was not checking all formats as expected
🐛 `P.rm` will pass if the file does not exist and missing_ok is True
🎉 `AD.fetch2` can now fetch multiple keys at once
🎉 `AD.drop` can now return a full, fresh copy so that the orginal is still intact
🎉 `AD` supports `|`