Anaconda + Conda Command - Pandas Tutorial

preview_player
Показать описание
Anaconda + Conda Command is a free tutorial by Ankit Mistry from Pandas course
Link to this course(Special Discount):
This is the best Pandas Course
Course summary:
Update your resume with one of the in demand skill : Data analysis Pandas
Setting up Python in anaconda environment
Refresh Python basics with crash course
Learn Most demanded python data analysis library : Pandas
Three important data structure of pandas : Series, Data Frame, Panel
Learn how to analyse one, two and three dimensional data
How to group Data for analysis
How to deal with Text Data with Pandas Functions
Analyse data having multiple level index.
Array and Matrix manipulation Library NumPy
Master pandas with quizzes.
Data Visualization Matplotlib and Seaborn Library
Importing data from various different kinds of sources
Complete Machine Learning work flow implementation with Scikit-learn
English
Hi everyone. So we successfully installed Anaconda. Now let's see about some of the Conda related command and will verify all our installation whether the required library which we want throughout this whole course whether it is successfully installed or not while installation of Anaconda. So regarding the conda command, some of the commands related to like updating of conda or updating particular library or you want to install some new library. If it is not installed in your machine and if you want to remove some library or remove some packages how you can do it. OK so let me open this Anaconda shell. so as I am on windows machine I am just pressing here the start menu or windows button and and just search for anaconda. So if Anaconda has been successfully installed on your machine you'll be able to see this Anaconda prompt. Let me just minimize this Power point presentation as of now, OK so to verify whether Conda has been installed correctly or not. So just type ""Conda"" and it has given me the list of suggestion related to conda command. So that means that Conda has been completely installed. So what is conda, is a tool for managing and deploying your application your environment. and package inside your whole Anaconda environment and to let's see what is the version of Anaconda. So you can use conda hyphen version. So you have to type double hyphen. See here. So I am running here Conda 4.5.11. You can even give hyphen capital V. So it will give the same result if you want to get some of the conda related information so you can use like ""conda info"". So it was so you that what is the conda version, what is conda build version, Python version it has used plus Plus where it has been installed so it is installed on my local machine where the Path is ""C:\Users\PC\Anaconda3"" an my active environment is base. So base is nothing This base it is talking about because we haven't started the command line prompt of this Windows operating system instead of that we all started Anaconda Prompt. So some sort of same come online prompt plus some modified version of that and some extended functionality related to Anaconda has been added. So I would suggest to you to start this conda from this Anaconda prompt rather than basic command line prompt available in a Windows application. Now lets say if you want to update this conda utility so you can use like a conda update then the package you want to update. Now in this case we want to update the conda itself. So conda. So now what it will do it will start searching for whether the new version is available under some remote location. So all those channel URL. So you can see in a info Command output we have got like These are the URLs, from those URLs it will try to fetch all those latest version it will downloaded in your local machine and it will ask you whether you want to download it or not okay. So solving environment has been done and it will Asking me that while updating following package will be downloaded and following new package will be installed along with that below package will be updated. Now as of now I don't want to update any conda related package so I am 'N' any if you want to update it you can just place 'Y' and you can go ahead it will download in your local machine and it will install it. OK so as of now I am doing N. And now let's say if you want to install some specific package. So throughout this whole course we are going to use this Pandas package only so or in some of the video we are going to use this Numpy package also. So we are like let's see whether we want to install this numpy. Now this Numpy Pandas and Matplotlib all those packages and a library has been Pre-bundled with this Anaconda distribution so you do not need to install This is just to give you an idea that if some of the package you want t
Рекомендации по теме
visit shbcf.ru