Athitya Kumar

Results 83 comments of Athitya Kumar

Hey all. Please find the benchmark results for importing from csv below, which was done on @sivagollapalli's input csv file, which should create a ` Daru::DataFrame`. @v0dro - As suggested...

@parthm - `Daru::DataFrame#from_csv`'s `:converters` sets the default as `:numeric`, and passes it onto stdlib `CSV`. Hence, I don't think `date_columns` should be clubbed with `:converter` option, but rather be a...

Since it's usually an understanding that `master` (or default branch) is usually the stable branch, I feel that it'd be better if we continue on `daru-1.0` branch. Regarding the port...

I've submitted PR #430 to port IO modules away from daru, please review. (I'll resolve the merge conflict along with review changes) 😄

@janmpeterka - Thanks for this feature request suggestion! 🎉 You'd have to contribute this to the [daru-io](https://github.com/SciRuby/daru-io) repository for this. We currently have the implementation of ActiveRecord importer [here](https://github.com/SciRuby/daru-io/blob/master/lib/daru/io/importers/active_record.rb), wherein...

Hey @MihirGH! For this specific case, you can have a look at [this #delete_row method](https://github.com/SciRuby/daru/blob/940fe7e73761ff1a8131db46a5664e2a48072f78/lib/daru/dataframe.rb#L1091) that is already implemented. You'll need to implement a similar `#delete_rows` method, that will call...

Oh, I guess that works. Just wanted a hosted app so that it can be shared with non-coders. 😄

@ghostwriternr - Oops, it's affected with Error 502 - bad gateway.

@ghostwriternr - It's working now. Also, it might have crashed the last time because I uploaded a GIF :trollface:

I don't understand. Would these alternatives (say, the Python one) actually implement the same things as the bash script on it's own, or just call all the bash script lines...