KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pandas-decimal
★ 9
Open GitHub ↗
decimal extension for pandas
Download README (.md)
Explore Similar Repositories
Project_03
:
No description available.
astro-home-control
:
Home Automation with Astro SSR and Node
XMultiTab-iOS
:
No description available.
rxjs-axios
:
A complete Axios wrapper that uses RxJS observables instead of promises
BruSLiAttack.github.io
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pandas-decimal
?
Download (.md)
# pandas-decimal Extension array for pandas implementing fixed-precision decimal numbers. Data is stored internally as integers and a dtype encoding the number of decimal places. Operations are mostly implemented as integer arithmetic (i.e., fast!) and always rounded to the required precision, meaning no floating point quirks. ### Install ```bash pip install pandas-decimal ```