CMCharles Moruriinmoruri.hashnode.dev·Mar 20, 2023 · 3 min readEssential Sql Commands For Data ScienceMost of the actions you need to perform on a database are done with SQL statements. Some of The Most Important SQL Commands select- extracts data from a database update - updates data in a database delete - deletes data from a database insert into - ...00
CMCharles Moruriinmoruri.hashnode.dev·Feb 25, 2023 · 10 min readExploratory Data AnalysisExploratory data analysis (EDA) is used by data scientists to analyze and investigate data sets and summarize their main characteristics, often employing data visualization methods. It helps determine how best to manipulate data sources to get the an...00
CMCharles Moruriinmoruri.hashnode.dev·Feb 18, 2023 · 12 min readSIMPLIFIED introduction to PythonWhat is Python? Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. It is used for: web development (server-side). software development. mathemati...00
CMCharles Moruriinmoruri.hashnode.dev·Feb 17, 2023 · 1 min readpythonwhat is python Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.00