This post is about bringing several individual blog posts together and showing you an orderly fashion to follow to build your app with FastAPI, Use docker for the environment, and Deploy using AWS.
Category: Python
How to do Exploratory Data Analysis with Pandas Profile Report
How to quickly and efficiently explore your dataset with Pandas Profile Report Function. The first thing to do with a new dataset is to explore it and get a feel and intuition for the data before you start hacking away at the data.
How to Embed Plotly Graphs in Websites
This tutorial content is going to teach you how to take your interactive plotly graphs and embed them into your wordpress blog, or any blog no matter where your blog is hosted.
4 ways to load data in Jupyter notebook and visual studio code.
How to load data from CSV file, URL link, ZIP file, .TAR file in Jupyter Notebook and Visual Studio Code using Python and Pandas. How to Use WGET, import Zipfile, Import Tarfile, and other file unlocking techniques.
How to Create a New DataFrame in Python using Pandas
This tutorial will teach you how to create new columns and datasets in python using pandas for data analysis. Pandas is one of the easiest and most popular tools to create datasets.
How to Engineer a New Feature in Python Using Pandas
Before you engineer a new feature, you need to ask yourself questions like, what is the purpose of this new feature, what am I trying to accomplish with this new feature, what experiment am I running?