My friend and I are working on a small project to make it possible to request any data with one url easily. It’s best used for reference data, test data, education/teaching contexts and training data.
Here is an example of how you can use it to get any data in pandas:
url = “https://slct.ai/us_states_and_populations.csv” df = pd.read_csv(url)
Would love to get the community’s point of view on how they would like to see this evolve and general feedback.
submitted by /u/Upstairs-Security-66
[link] [comments]