How to use feather files stored in S3 with pandas efficiently to store stock prices?
I have a use case where we store data related to stock prices on AWS S3 in feather format. There is a whole api system and UI built around querying, modifying this feather data using lambda functions in python.