Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7ee21a3
Add files via upload
agates696 Oct 28, 2020
9f0e380
Add files via upload
agates696 Oct 28, 2020
2409056
Delete Creating NYE and new_years DF.ipynb
agates696 Oct 28, 2020
d8ac88d
gitignore push
VictorLJay Oct 28, 2020
eed6e7f
New CSV for Holidays
agates696 Oct 28, 2020
7441ae8
Starting point
agates696 Oct 28, 2020
42032af
Holiday CSV file
agates696 Oct 28, 2020
f691ecc
test
VictorLJay Oct 28, 2020
b6df121
No Holiday CSV
agates696 Oct 28, 2020
4989991
updated file without holidays
VictorLJay Oct 28, 2020
9a13d80
csv holidays updated
VictorLJay Oct 28, 2020
f0c7932
CSV holidays updated and jupyters name update to avoid confusion
VictorLJay Oct 28, 2020
29b6c6a
files names update
VictorLJay Oct 28, 2020
d597c45
csv updated with full holidays
VictorLJay Oct 28, 2020
2929b0c
tiny update with md
VictorLJay Oct 28, 2020
940c101
initial research
VictorLJay Oct 28, 2020
1398971
initial research_v2
VictorLJay Oct 28, 2020
5d57a98
docs cleaning
VictorLJay Oct 28, 2020
8af8971
update on ideas
VictorLJay Oct 28, 2020
7ce2472
update not updated properly
VictorLJay Oct 28, 2020
d5cf0cc
last update
VictorLJay Oct 29, 2020
b794408
Add Date column
agates696 Oct 29, 2020
249b09c
idk
agates696 Oct 29, 2020
ec03744
add function to equalize csv
agates696 Oct 29, 2020
252014d
Holiday CSV files
agates696 Oct 29, 2020
0990e0f
Holiday Insights
agates696 Oct 29, 2020
5be2731
victor updated data
VictorLJay Oct 29, 2020
c6ca0cb
folders update and cleaning
VictorLJay Oct 29, 2020
4e1f7a7
Update README.md
VictorLJay Oct 30, 2020
5f72118
Update README.md
VictorLJay Oct 30, 2020
a3b8613
Update README.md
VictorLJay Oct 30, 2020
0137550
Update README.md
VictorLJay Oct 30, 2020
fa5b05c
quick push
VictorLJay Oct 30, 2020
7df42ae
Merge branch 'master' of https://github.com/agates696/Project-Week-2-…
VictorLJay Oct 30, 2020
be967d2
Not sure what the changes are
agates696 Oct 30, 2020
1a6d9d1
Update README.md
VictorLJay Oct 30, 2020
0c2b52b
Update README.md
VictorLJay Oct 30, 2020
9dd4566
changes
VictorLJay Oct 30, 2020
5ed9278
Update README.md
VictorLJay Oct 30, 2020
28364c4
Update README.md
VictorLJay Oct 30, 2020
29cebae
Update README.md
VictorLJay Oct 30, 2020
3dc6d83
Update README.md
VictorLJay Oct 30, 2020
aa2888b
Update README.md
VictorLJay Oct 30, 2020
ccf96b1
Update README.md
VictorLJay Oct 30, 2020
9302180
moving files
VictorLJay Oct 30, 2020
ee3a511
remove duplicated directory
VictorLJay Oct 30, 2020
075d960
updated file
VictorLJay Oct 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 177 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@

# Created by https://www.toptal.com/developers/gitignore/api/microsoftoffice,python,jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=microsoftoffice,python,jupyternotebooks

### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

### MicrosoftOffice ###
*.tmp

# Word temporary
~$*.doc*

# Word Auto Backup File
Backup of *.doc*

# Excel temporary
~$*.xls*

# Excel Backup File
*.xlk

# PowerPoint temporary
~$*.ppt*

# Visio autosave temporary files
*.~vsd*

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
doc/_build/

# PyBuilder
target/

# Jupyter Notebook

# IPython

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# profiling data
.prof

# End of https://www.toptal.com/developers/gitignore/api/microsoftoffice,python,jupyternotebooks
Loading