Skip to content
View probablyvivek's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report probablyvivek

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
probablyvivek/README.md

Hi, I am Vivek Tiwari


Creator of Visualize Trends

Welcome to my GitHub profile! I love combining data and art to tell captivating stories. My newsletter, Visualize Trends, focuses on Generative AI, Data Visualization, and Sports.

About Me

  • Generative AI Enthusiast: Exploring new ways to use AI for creating unique content.
  • Data Visualization Expert: Turning complex data into easy-to-understand visuals using tools like Tableau and QuickSight.
  • Sports Analytics Fan: Using data analysis to find interesting insights in sports.

Skills

  • Tableau
  • Python
  • SQL
  • Excel

Currently Working On


Visuals from Tableau

Here are some of my favorite data visualizations created using Tableau:

Visuals from Python

Here are some of my favorite data visualizations created using Python:


Current Books I'm Reading

Here are some of the books I'm currently reading on Goodreads:

Goodreads

Connect with Me


Pinned Loading

  1. Get Match by Match data of any team ... Get Match by Match data of any team from FBref
    1
    #read data from fbref
    2
    def get_data (url, table_name):
    3
        df = pd.read_html(url)[table_name]
    4
        
    5
        #team name last split of url
  2. Reading all Files and Making a Final... Reading all Files and Making a Final CSV
    1
    #Read all the Files
    2
    df = pd.read_csv("./SalesAnalysis/Sales_Data/Sales_April_2019.csv")
    3
    files = [file for file in os.listdir('./SalesAnalysis/Sales_Data')]
    4
    
    
    5
    all_months_data = pd.DataFrame()
  3. 30-Days-30-Charts-Challenge 30-Days-30-Charts-Challenge Public

    A challenge on Twitter to create 30 charts on 30 different themes in 30 days

    Jupyter Notebook 5

  4. Football Football Public

    Everything related to the beautiful game

    Jupyter Notebook 1

  5. Cricket Cricket Public

    Mainly related to the IPL or predictive analytics

    Jupyter Notebook

  6. Data-Analytics-Portfolio Data-Analytics-Portfolio Public

    This repository showcases my skills, projects, and progress in Data Analytics/Data Science

    Jupyter Notebook