Hirokazu SUZUKI

Results 6 comments of Hirokazu SUZUKI

Thanks @kou . I will make a try to add `Datasets::CSVParser` first!

Ah, I didn't think about errors. Is this work? ``` lib/ datasets/ # includes common engines (some_good_name)/ # includes each .rb for datasets ```

Thank you @KitaitiMakoto . I think this feature is useful. I think it is better to separate steps in filling missing records. 1. Create Cartesian Product(直積) of `df.names.uniq` and `df.NAME.uniq`....

I think what you have in mind is too early question for RedAmber, however, it is important for users to know how much scale data and what features it has...

# Comparing features between RedAmber, dplyr/tidyr and pandas This is the comparison of basic feature between RedAmber and other major DataFrame libraries, comparing only for the method 'verbs' ignoring parameters...

Yes. It would be nice if this is part of the Document in source tree. I can accept requests for modifications.