Closed alpharmike closed 1 month ago
@alpharmike I've encountered this error before as well. This is likely a result of using an outdated version of pandas in your environment. Can you try updating to the latest version of pandas and see if that resolves the error?
@alpharmike I've encountered this error before as well. This is likely a result of using an outdated version of pandas in your environment. Can you try updating to the latest version of pandas and see if that resolves the error?
Thanks for your quick reply.
Your point is actually valid. After consulting the Pandas documentation, it seems like the map
method for DataFrame object has been introduced with Pandas 2.1.0, but I was using Pandas 1.5.3.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.map.html
I'm closing the issue now.
Glad that worked @alpharmike and thank you for using the gpu-tracker package! I hope it continues to prove useful for you!
Hello
I was trying to utilize the tracker (v3.0.0), but I'm facing an error indicating that a wrong attribute has been used for the Pandas DataFrame object:
I would appreciate your support/fix for this issue.