sashahafner / pystupid

Some notes on Python syntax and more
GNU General Public License v3.0
2 stars 0 forks source link

NA values #28

Open ChHaeni opened 3 months ago

ChHaeni commented 3 months ago

If I'm not much mistaken, there is no missing value equivalent to R's NA etc. (https://stackoverflow.com/questions/28654325/what-is-pythons-equivalent-of-rs-na)

ChHaeni commented 3 months ago

Ok, now that I think of it again, this is a feature of base R as a statistical/data-processing language, not a lack of base Python...