Comment on What would it take to recreate dplyr in Python? (2020)parentComments−_Wintermute4yIt's even written out by default in .to_csv, like just... why? Do they not know how csvs are used outside pandas?I imagine this is mirroring R's `write.csv()` behaviour.But I agree, if you're designing something sane you probably shouldn't copy R.−sweezyjeezy4yInteresting - I haven't used R for years, I forgot that it also did that.−disgruntledphd24yRow names don't really make any difference in R though, which is very unlike pandas.
Comments
I imagine this is mirroring R's `write.csv()` behaviour.
But I agree, if you're designing something sane you probably shouldn't copy R.
Interesting - I haven't used R for years, I forgot that it also did that.
Row names don't really make any difference in R though, which is very unlike pandas.