Intergation between pandas and MS Dynamics CE / CRM / CDS
A Helper pip package for pandas interaction with MS Dynamics instances.
The code will try to clean up data available in MS Dynamics instance by casting to correct Python types and pushing it pandas' DataFrame.
Reading entity data to dataframe:
import dynamics
# Create a dataframe which will hold needed information
data = pandas.DataFrame()
data.dynamics.connect(
'https://instance.crm4.dynamics.com',
'user@instance.onmicrosoft.com',
'password').entity("prefix_entity").read()
print(data)
Release files for dynamics 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dynamics-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / dynamics-0.5.1-py3-none-any.whl
| Download URL | dynamics-0.5.1-py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e65e19c810cd2a27b877034b182bf0bfa921f555122e5c6625177b78b852b7cf
|
|
BLAKE2b-256 checksum How to use checksums |
b337248fa04e25ab2f24731c3b29e2acea9ea7a48e4809da5eeee6629242e7b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
|