1. Upgraded use of pandas to remove warnings about deprecated pandas API
2. Added some docstrings
3. Added more checks in some functions along with new tests
4. Tested on Python 3.13
5. Added `flicker.concat` function to concatenate multiple dataframes at once
6. Added `flicker.FlickerDataFrame.schema` and `flicker.FlickerDataFrame.from_schema` to easily create empty dataframes with the correct schema
**Full Changelog**: https://github.com/ankur-gupta/flicker/compare/1.1.0...1.2.0