Giter Site home page Giter Site logo

Comments (4)

jplotts avatar jplotts commented on July 16, 2024

Hi @lbhm - it's true that there are limits on how far back you can search via the API. We may look into revising those in the future, but there's no definitive timeline at this point. One workaround could be using the Meta Kaggle dataset. Admittedly, this would only allow you to query titles, so it's a bit less than you'd get from kaggle.com, but perhaps it's sufficient for your purpose.

from kaggle-api.

lbhm avatar lbhm commented on July 16, 2024

Thank you for the quick response @jplotts.

Unfortunately, just having titles/IDs is not quite enough for us. In this research project, we are looking into dataset search techniques that go beyond basic keyword search, so I am especially interested in column statistics (e.g., ranges, number of unique values, null values, etc.) to explore new search techniques.

Please allow me two follow-up questions:

  • In the web UI, you are already showing detailed column statistics, such as value distribution histograms. Are there any plans to make these statistics available via the API in the near or mid-term? A simple list representation of histograms (like in numpy for example) would already be really helpful for us.
  • Is there an upper limit on how many datasets I am allowed to download to generate such column statistics myself? Given the list of all dataset IDs from the Meta Kaggle dataset, I would also be fine with downloading them and computing statistics on our own hardware.

from kaggle-api.

jplotts avatar jplotts commented on July 16, 2024

Hi @lbhm -

  1. I agree that the column statistics would be nice, but unfortunately, that's not on our roadmap right now.
  2. We have rate limits on our API endpoints to prevent abuse. We don't track the total number of downloads a user makes, so you can download an arbitrary amount as long as you spread the requests out. I can't provide specific rate limit numbers (they may change anyway), but we believe they are sufficient for most reasonable use cases.

from kaggle-api.

lbhm avatar lbhm commented on July 16, 2024

Alright, I'll download the datasets with an appropriate rate and recreate the column statistics myself then.

Thank you for your help!

from kaggle-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.