Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflicts between gemgis and pandas #326

Closed
ada-hou opened this issue Jan 17, 2024 · 3 comments
Closed

conflicts between gemgis and pandas #326

ada-hou opened this issue Jan 17, 2024 · 3 comments

Comments

@ada-hou
Copy link

ada-hou commented Jan 17, 2024

Describe the bug
A clear and concise description of what the bug is.
After import gemgis, pandas only retains two decimal places.
To Reproduce
Steps to reproduce the behavior:
pandans = 2.0.1
gemgis = 1.1.8

code:
`import pandas as pd

aaa = [[111.8065315459521, 36.86729095761402]]

print("Using Pandas:")
print(pd.DataFrame(data=aaa))

import gemgis
print("\nUsing gemgis:")
print(pd.DataFrame(data=aaa))
`

result:

Using Pandas:
0 1
0 111.806532 36.867291

Using gemgis:
0 1
0 111.81 36.87

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [macOS]
  • Browser [e.g. chrome, safari]
  • Version [10.15]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@AlexanderJuestel
Copy link
Collaborator

Hello,
are you using any GemGIS function?

@ada-hou
Copy link
Author

ada-hou commented Jan 17, 2024

image
I found the setting of pd in Gemgis

@ada-hou ada-hou closed this as completed Jan 17, 2024
@ada-hou
Copy link
Author

ada-hou commented Jan 17, 2024

But I found a new problem, I re -initiated an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants