Skip to content
View hadinh1306's full-sized avatar
🍓
🍓

Block or report hadinh1306

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. spotify_playlist_extract.py spotify_playlist_extract.py
    1
    import logging
    2
    import os
    3
    
                  
    4
    import spotipy
    5
    from spotipy.oauth2 import SpotifyOAuth
  2. geometric_progression.py geometric_progression.py
    1
    from collections.abc import Sequence
    2
    
                  
    3
    def identify_geometric_progression(sequence):
    4
        """
    5
        Determine if a sequence is a geometric progression.
  3. Tutorial to visualize customer behav... Tutorial to visualize customer behavior. More details here: https://github.com/hadinh1306/blog-posts/blob/master/tutorials/Visualize_Customer_Behavior.ipynb
    1
    import pandas as pd
    2
    import numpy as np
    3
    
                  
    4
    import matplotlib.pyplot as plt
    5
    import matplotlib.dates as mdates