Comment on NumPy 1.20parentComments−sandGorgon5yCurious question - do you not use dataframes instead ? Is that not much nicer as a UX ?−michaericalribo5yYeah! That’s what I mean...under the hood data frames use numpy arrays, but the abstractions of pandas are much easier to work with.
Comments
Curious question - do you not use dataframes instead ? Is that not much nicer as a UX ?
Yeah! That’s what I mean...under the hood data frames use numpy arrays, but the abstractions of pandas are much easier to work with.