Hi All: Is there any plan to add "drop" column/s functionality in the data frame? One can you "select" function to do so, but I find that tedious when only one or two columns in large dataframe are to be dropped.
Pandas has this functionality, which I find handy when constructing feature vectors from DataFrame, allowing me to carry only useful information forward. http://pandas.pydata.org/pandas-docs/dev/generated/pandas.DataFrame.drop.html Rakesh -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Drop-column-s-in-DataFrame-tp11917.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
