My own package
Project description
# PYPLETICS PACKAGE
We created a package 'pypletics' running on Python in order to use smart functions for people analysis.
For now, there is 3 functions:
1. introduction(): it just introduces myself
2. get_my_network(...): return an array with a plot network created from networkx package, its value and a dataframe with interlocutors and interactions.
3. get_structured_df(...): return an array very useful in order to manage copy or multi-addressees for example
*get_my_network(...)[0]:*
![alt text](Readme_images/gmn_0.png)
*get_my_network(...)[1].show():*
![alt text](Readme_images/gmn_1.png)
*get_my_network(...)[2]:*
![alt text](Readme_images/gmn_2.png)
*get_structured_df(...):*
From:
| Sender | Addressee |
| -------- | --------------- |
| Clément | Florian-Jean |
| Florian | Jean |
| Gaëtan | Clément-Florian |
To:
| Sender | Addressee |
| -------- | --------- |
| Clément | Florian |
| Clément | Jean |
| Florian | Jean |
| Gaëtan | Clément |
| Gaëtan | Florian |
## ABOUT ME
```python
def introduce_myself():
print(df.head(1))
introduce_myself()
```
| Name | Company | Job |
| ------------------- | ----------------- | --------------- |
| Clément Tailleur | Octo Technology | Data scientist |
We created a package 'pypletics' running on Python in order to use smart functions for people analysis.
For now, there is 3 functions:
1. introduction(): it just introduces myself
2. get_my_network(...): return an array with a plot network created from networkx package, its value and a dataframe with interlocutors and interactions.
3. get_structured_df(...): return an array very useful in order to manage copy or multi-addressees for example
*get_my_network(...)[0]:*
![alt text](Readme_images/gmn_0.png)
*get_my_network(...)[1].show():*
![alt text](Readme_images/gmn_1.png)
*get_my_network(...)[2]:*
![alt text](Readme_images/gmn_2.png)
*get_structured_df(...):*
From:
| Sender | Addressee |
| -------- | --------------- |
| Clément | Florian-Jean |
| Florian | Jean |
| Gaëtan | Clément-Florian |
To:
| Sender | Addressee |
| -------- | --------- |
| Clément | Florian |
| Clément | Jean |
| Florian | Jean |
| Gaëtan | Clément |
| Gaëtan | Florian |
## ABOUT ME
```python
def introduce_myself():
print(df.head(1))
introduce_myself()
```
| Name | Company | Job |
| ------------------- | ----------------- | --------------- |
| Clément Tailleur | Octo Technology | Data scientist |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pypletics-0.0.4.8-py3-none-any.whl
.
File metadata
- Download URL: pypletics-0.0.4.8-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6a23c8a7eb334f9d53d316dec547ce998620adb25c680d52ae572f2d66536d8 |
|
MD5 | f05d06b27790797a6665fa6dc7ceb6ed |
|
BLAKE2b-256 | c394a970b921ba0ffca273947d13cad53383ecf903c931dddb5b5787c9c39df4 |