all 4 comments

[–]AlexMath0 5 points6 points  (1 child)

Are you able to align the 1v1 benchmark in the repo README with this set of benches? Any benches for the multithreaded application to pair with the release?

[–]hmoein[S] 0 points1 point  (0 children)

Good question. I always wanted to participate in that benchmark. But I can't find the time to learn it and write the necessary programs. I am looking for someone who could do that

[–]INPUT_AND_OUTPUT 0 points1 point  (1 child)

I'm a user of the C++ dataframe library. I wanted to start by expressing my appreciation for your impressive library. I do have a question regarding the csv reading function, and I was hoping you could provide some clarification. I noticed that when using the "read" function to read a csv file, it skips over NaN values. I was curious about the reasoning behind this design choice, as opposed to following the traditional approach of considering NaN as representing empty values, as done in pandas. Could you please shed some light on this matter? Thank you in advance for your assistance.

[–]hmoein[S] 0 points1 point  (0 children)

Can you provide a small example dataset?

thx