Parth_Ji

Results 22 comments of Parth_Ji

I also got the same error while installing using pip install ![image](https://github.com/user-attachments/assets/8bd04f41-3f4a-4909-9b92-4cb6a86210d9)

Hey @northdpole , extremely sorry that my this approach didn't work , but according to what you have told , I think we must make the following changes in the...

And the second way to do the same thing without using google authentication approach is using "Pandas Library" to read files instead of gspread . By using the "dtype()" parameter...

### - **Ensuring Correct Data Types**: By adding the numericise_ignore parameter, the function ensures that the "ISO Number" column is treated as a string, even if it contains numeric values....

Here in these new changes I have also reverted back the old ones ,which were not required

Added the test case , you may merge this now @northdpole

Hey @northdpole , that's great that my solution is worthful . But there are some key changes which are required to be made by you before you merge this PR...

I have opened an issue ,please review it @mfts

### Potential Causes of the Error: - Non-POSIX-Compliant String Comparison (==): The script uses == for string comparison in the following line: ![Image](https://github.com/user-attachments/assets/7fd51531-d33a-411e-989a-4a49313e9698) However, == is not POSIX-compliant and may...