acowley / Frames

Data frames for tabular data.
Other
297 stars 41 forks source link

Drop column when after loading CSV #137

Open koslambrou opened 5 years ago

koslambrou commented 5 years ago

Is it currently possible to drop specific columns after loading a CSV file in Frames?

acowley commented 5 years ago

Yes, see this tutorial example. I find it a bit awkward to work with if you end up doing a lot of insertions and deletions; at the very least you will want to define a type synonym for the row with the deleted columns.