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’m Vivek Tiwari


Creator of context_length

Welcome to my GitHub space — where machine learning, generative AI, and data storytelling intersect.
At context_length, I explore the systems that shape our world — through clean code, sharp visuals, and crisp insights.


👨‍💻 About Me

  • Generative AI Explorer → Experimenting with models, prompts, and creativity at scale.
  • Data Visualizer → Turning raw numbers into compelling narratives using Tableau, QuickSight, and Python.
  • Sports Analytics Fanatic → Digging into football data, performance trends, and strategic insights.

🛠 Skills

  • Python, SQL, Excel
  • Tableau, Quicksight
  • Data wrangling, dashboarding, automation

🚧 Currently Building


🔭 2025 Learning Goals

  • MongoDB
  • PostgreSQL
  • Databricks
  • And whatever’s pushing the edge in Generative AI

📊 Tableau Visuals


📈 Python Visualizations


📚 Currently Reading

Goodreads


🌐 Connect with Me


Thanks for scrolling.
Context isn’t just input. It’s everything.

GitHub Stats

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 6

  4. Football Football Public

    Everything related to the beautiful game

    Jupyter Notebook 2

  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