Virtual environments are a way to isolate your projects to avoid package/version conflicts between projects when working on different projects that require different packages and/or versions
Category: Data Science
How to create, export and Import anaconda environments.
In this tutorial we cover how to create anaconda environments, how to import and export anaconda environments, and how to put your anaconda environment in jupyter lab.
[Detailed] concat, join, merge dataframes in pandas & python
How to use pandas and python to merge 2 or multiple dataframes. How to do inner, outer, left, right, left_on, right_on, left_index, right_index merge. Join and concat, merge dataframes with no column in common.
15 Fruits Image Classification with Computer Vision and TensorFlow
This multi image recognition project aims to accomplish a couple of things. The primary objective was to build a model that can classify 15 various fruits. These are the steps taken to accomplish that mission.
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 Powerpoint
This tutorial content is going to teach you how to take your interactive plotly graphs and embed them into PowerPoint. Putting your plotly graph on your PowerPoint Slide is easier than you think.