Re: [Parquet + Dataframes] Column names with spaces

2015-07-30 Thread Michael Armbrust
x27;Name with Space'] = df['Name with Space'].alias('Name')` doesn't work > as you can't assign to a dataframe column. > > `df.withColumnRenamed('Name with Space', 'Name')` overwrites the column and > doesn't alias it. > > Any

[Parquet + Dataframes] Column names with spaces

2015-07-30 Thread angelini
enamed('Name with Space', 'Name')` overwrites the column and doesn't alias it. Any ideas? Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Parquet-Dataframes-Column-names-with-spaces