Coder Social home page Coder Social logo

huzaifakhan04 / quantium-data-analytics-virtual-experience-program Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 874 KB

This repository contains results of the completed tasks for the Quantium Data Analytics Virtual Experience Program by Forage, designed to replicate life in the Retail Analytics and Strategy team at Quantium, using Python.

License: BSD 3-Clause "New" or "Revised" License

Jupyter Notebook 100.00%
consumer-analytics customer-analytics customer-segmentation data-analysis data-science data-visualisation data-wrangling eda exploratory-data-analysis financial-analytics

quantium-data-analytics-virtual-experience-program's Introduction

Header Image

I'm a 20-year-old data science aficionado hailing from the vibrant city of Islamabad, Pakistan. ๐ŸŒ† Armed with a love for all things data and artificial intelligence, I'm on a mission to conquer the world of analytics with my scientific prowess. ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป

With my keen eye for detail and analytical mindset, I thrive in finding creative solutions to complex problems. ๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ Previously, I delved into the captivating realm of UX (user experience) research as an intern at Telenor Microfinance Bank Limited, unravelling the secrets behind user experiences. ๐Ÿ“ฒ



๐ŸŒŽ Find Me Around the Web:


๐Ÿ’ช๐Ÿผ Skills:


Python R C C++ Java MySQL MongoDB JavaScript HTML5 CSS3 Bootstrap jQuery Hadoop Kafka OpenCV Keras pytorch TensorFlow D3.js Flask Node.js Express.js Docker Git Bash Linux Tableau Photoshop

๐Ÿ† Trophies:



๐Ÿ“Š Statistics:


huzaifakhan04's Stats

huzaifakhan04's Streak huzaifakhan04's Top Languages

๐ŸŽต Grooving To:




Typing SVG

quantium-data-analytics-virtual-experience-program's People

Contributors

huzaifakhan04 avatar

Stargazers

 avatar

Watchers

 avatar

quantium-data-analytics-virtual-experience-program's Issues

AttributeError: 'DataFrame' object has no attribute 'append'


AttributeError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_27460\4124219573.py in ?()
1 # Adding an entry for the missing date in the pandas.DataFrame.
2
----> 3 dataframe=dataframe.append({"DATE": pd.to_datetime("2018-12-25"), "STORE_NBR": 0, "LYLTY_CARD_NBR": 0, "TXN_ID": 0, "PROD_NBR": 0, "PROD_NAME": "None", "BRAND_NAME": "None", "PROD_SIZE": "0g", "PROD_QTY": 0, "TOT_SALES": 0, "LIFESTAGE": "None", "PREMIUM_CUSTOMER": "None"}, ignore_index=True)
4 dataframe=dataframe.sort_values(by="DATE") # Sorting the pandas.DataFrame in ascending order of the DATE column.
5 dataframe=dataframe.reset_index(drop=True) # Resetting the index of the pandas.DataFrame.
6 dataframe

c:\Users\vpbgk\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\core\generic.py in ?(self, name)
6200 and name not in self._accessors
6201 and self._info_axis._can_hold_identifiers_and_holds_name(name)
6202 ):
6203 return self[name]
-> 6204 return object.getattribute(self, name)

AttributeError: 'DataFrame' object has no attribute 'append'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.