Replies: 2 comments 7 replies
-
From the CHANGELOG (for 2.0):
We should be able to add option aliases in deprecated.py, but it hasn't been implemented yet. We don't usually change option names but did this for the big 2.0 so that it could reasonably apply to sheet names as well. Also remember in a pinch that you can just rename the column. That's all this option does anyway. |
Beta Was this translation helpful? Give feedback.
-
One other thing about the |
Beta Was this translation helpful? Give feedback.
-
I have many CSVs with column names with spaces. In these sheets how can I use '=....' expressions to generate new columns?
Let's say, I have a column name Final Aperture which I want to use in a new column. I tried:
=Final Aperture
=Final_Aperture
='Final Aperture'
=f'{Final Aperture}'
In neither case I got a column with copy of Final Aperture's content.
I read #142 and tried
options.force_valid_colnames = True
in my.visidatarc
, but=Fin
still completes to=Final Aperture
which gives me a syntax error.What can I do? I'm running out of ideas.
Many thanks for pointers!
Beta Was this translation helpful? Give feedback.
All reactions