Please confirm that this PR has done the following:
[ ] Tests Added
[ ] Documentation Added
[ ] Name of contributors Added to AUTHORS.rst
[x] Description in RELEASE_NOTES.md Added
Description of PR
This PR removes the warnings:
FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas.
Before the changes I tried to print the column type before and after and everywhere it was float64 first and after setting the values the column became of the object type. Since everywhere the values imply a string value I set the object type.
Please confirm that this PR has done the following:
Description of PR
This PR removes the warnings:
FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas.
Before the changes I tried to print the column type before and after and everywhere it was float64 first and after setting the values the column became of the object type. Since everywhere the values imply a string value I set the object type.
tests to check: