You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I input a data series, it automatically name the variable name to 'Gold' and 'Gold 1' because the input has two 'Gold' column.
which leads to an issue when I want to use indexing. The dot is recognized as "Invalid Syntax".
My solution is to rename the column but I wonder if I miss anything or actually we can automatically name them as 'Gold_1' instead of 'Gold.1' when this situation occur.
The text was updated successfully, but these errors were encountered:
@jreback the question was also about the dot, instead of underscore (the space was a typo in OP, it should be a dot). But @zhanghaoyue, there is already another issue for that: #8908 (but without discussion, also related is #14704). I agree that it would have been better to use underscore, but not sure we can change that now.
Code Sample, a copy-pastable example if possible
Problem description
when I input a data series, it automatically name the variable name to 'Gold' and 'Gold 1' because the input has two 'Gold' column.
which leads to an issue when I want to use indexing. The dot is recognized as "Invalid Syntax".
My solution is to rename the column but I wonder if I miss anything or actually we can automatically name them as 'Gold_1' instead of 'Gold.1' when this situation occur.
The text was updated successfully, but these errors were encountered: