Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
D1midr0sh committed Apr 22, 2024
1 parent e50597e commit 708c303
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pandas==2.13
numpy==1.24.2
seaborn==0.12.2
matplotlib==3.8.2
15 changes: 15 additions & 0 deletions spandas/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"""
Copyright 2024 Selling Pandas team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
2 changes: 2 additions & 0 deletions spandas/preprocessing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# write your code here
# it is preferable to use Classes in this module

0 comments on commit 708c303

Please sign in to comment.