Aayush Joglekar

Results 30 comments of Aayush Joglekar

@nalimilan @bkamins This looks interesting. Can I work on this?

I'll have a look at `filter` first. It will roughly take me a week to implement this, I'll open the PR after syncing with 0.22! Thank you for the heads-up...

Hi @shiftkey, is this project under active development? I would love to contribute to this.

@AliMalik9599 Are you still working on this issue?

Hey, I was caught up with some work. The PR is almost complete just needs some more testing to be done. So I'll go ahead with completing it. On Thu,...

@oxinabox Is any work remaining on this PR? I need this functionality for my new package.

@oxinabox ```julia // Returns the URL of dataset function download(country) { register(Datadep(country, ...)) ... } function get(country) { resource_path = download(country) ...further processing } ``` There's a single `get()` function...

Hello there, I'm looking to take up some beginner-friendly tasks on this project. I can help out with writing unit test cases @gripson for certain portions. Please suggest the parts...

Thank you @shubhank-saxena! I'll try to run the test suite.