didnt see yet how it would be because i don't want to remember the names of the columns, also maybe my columns are integer, just dropping them by their position i'm interested in, any idea? No info on the documentation
Thank you so much
Update
For example:
How to drop by index in column *
del df[0,1,2,3] # Doesn't work
df.drop(df.columns[[0,1,2,3]], axis=1) # Doesn't work because it has a list instead of one column, i mean dropping multiple columns not just one
my DF:
help ... success
_links https://opendata.com/data... ... True
fields https://opendata.com/data... ... True