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
This works, however, there is a warning when running the updated code:
C:\Python311\Lib\site-packages\TM1py\Services\ElementService.py:347: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
df_data[cols_to_format] = df_data[cols_to_format].applymap(lambda x: '{:.6f}'.for
Originally posted by @Cubewise-gtejeda in #999 (comment)
The text was updated successfully, but these errors were encountered: