Skip to content

Commit be8e84a

Browse files
committed
new
1 parent a843148 commit be8e84a

2,397 files changed

Lines changed: 640886 additions & 1313 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2016 Aleksey Bilogur
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Metadata-Version: 2.1
2+
Name: missingno
3+
Version: 0.5.2
4+
Summary: Missing data visualization module for Python.
5+
Home-page: https://github.com/ResidentMario/missingno
6+
Download-URL: https://github.com/ResidentMario/missingno/tarball/0.5.2
7+
Author: Aleksey Bilogur
8+
Author-email: aleksey.bilogur@gmail.com
9+
License: MIT License
10+
Keywords: data,data visualization,data analysis,missing data,data science,pandas,python,jupyter
11+
License-File: LICENSE.md
12+
Requires-Dist: numpy
13+
Requires-Dist: matplotlib
14+
Requires-Dist: scipy
15+
Requires-Dist: seaborn
16+
Provides-Extra: tests
17+
Requires-Dist: pytest ; extra == 'tests'
18+
Requires-Dist: pytest-mpl ; extra == 'tests'
19+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
missingno-0.5.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2+
missingno-0.5.2.dist-info/LICENSE.md,sha256=zYt9ei4UQakv2fWT-7tkGLLAdtKLKwlXZZ6-_aynM9M,1059
3+
missingno-0.5.2.dist-info/METADATA,sha256=zC5ckxAN7MTKHi-4iTsGiofdwLIvc-Oggjw-_LQWd4k,639
4+
missingno-0.5.2.dist-info/RECORD,,
5+
missingno-0.5.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6+
missingno-0.5.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7+
missingno-0.5.2.dist-info/top_level.txt,sha256=JGKDlh2nTOsFv_bXsXhlamWYNzEznm9mW81C2-Z5Yyc,10
8+
missingno/__init__.py,sha256=mAe13KUniLI0KAZHY64EUUHslrK9Yp76zf55ADFy41k,278
9+
missingno/__pycache__/__init__.cpython-312.pyc,,
10+
missingno/__pycache__/_version.cpython-312.pyc,,
11+
missingno/__pycache__/missingno.cpython-312.pyc,,
12+
missingno/__pycache__/utils.cpython-312.pyc,,
13+
missingno/_version.py,sha256=pIxUWQG2brcif6SJXtn4CcMr6f5oY-6lwZ_FJEilJwQ,22
14+
missingno/missingno.py,sha256=iod6cvNciEpYd4FwFGubzA5W7ambc7aYqBLoKCNWlxg,20859
15+
missingno/utils.py,sha256=CHgWudwlDPcCUHdvK4mRIC2ZmTyDkZmdiA0FlHthQxo,2724

.venv/lib/python3.12/site-packages/missingno-0.5.2.dist-info/REQUESTED

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Wheel-Version: 1.0
2+
Generator: bdist_wheel (0.38.4)
3+
Root-Is-Purelib: true
4+
Tag: py3-none-any
5+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
missingno
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from .missingno import matrix
2+
from .missingno import bar
3+
from .missingno import heatmap
4+
from .missingno import dendrogram
5+
from .missingno import nullity_filter
6+
from .missingno import nullity_sort
7+
from ._version import __version__
8+
from .utils import nullity_filter, nullity_sort
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)