Skip to content
View amjcosta's full-sized avatar

Block or report amjcosta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Kaggle Kaggle Public

    Contains code worked on for Kaggle competitions. https://www.kaggle.com/competitions

    Jupyter Notebook

  2. fun_with_datasets fun_with_datasets Public

    Contains code to visualize, analyze, and explore data I find around the internet.

    Jupyter Notebook

  3. getting_started_with_pandas getting_started_with_pandas Public

    Jupyter Notebook 1

  4. useful_python.py useful_python.py
    1
    # Libraries that are helpful
    2
    import datetime as datetime # helpful date stuff, like strptime and strftime
    3
    import pandas as pd # all your dataframe needs
    4
    import matplotlib.pyplot as plt # plotting
    5
    import matplotlib.dates as mdates # formatting dates on visuals
  5. tracking_recovery tracking_recovery Public

    A nutrition planner for people recovering from eating disorders, written in Django.

    Python 1

  6. cat-alogue cat-alogue Public

    Because we don't have enough cats on the internet.

    HTML