tags: Data Science DSci SQL coursera python db2 ibm
Other links:
Coursera | Databases and SQL for Data Science(IBM) | Assignment

Coursera link
This course is quite satisfactory. It mainly talks about the usage of SQL and related SQL Python API. Because it is an IBM course, the related Cloud Database and API are also aimed at IBM.
There is not much content in vedio. The main useful part is the lab part, which will provide a lot of questions and practical tutorials, which is ok~
Quiz is simple, labs have solutions, and the final Assignment is not difficult. Barely 4 stars, because there is a SQL foundation, it is equivalent to a review, and you are finished while paddling.
They are all basic problems, not difficult, 1-2 per week. Put down your answer for your reference~
Final Assignment opens another one.






SeeCoursera | Databases and SQL for Data Science(IBM) | Assignment。
Quiz 15-3: Many-to-Many Relationships and Python Q.9. has another alternative question that is not easy to answer. There is no ready answer online, and you cannot expect to solve it by trial-and-error...
Best practices for managing databases with IBM Data Studio Introduction Starting with DB2 V10.1, the DB2 Control Center will no longer be a database tool released with DB2, and will be replaced by IBM...
Using Python to Access Web Data is the third of the super classic Michigan python course Python for Everybody Specialization. The reason is that the crawler I learned before has forgotten a bit, and I...
1 point 1。 Which of the following Python data structures is most similar to the value returned in this line of Python: socket regular expression dictionary file handle list 1 point 2。 In this Python c...
For beginners in python data analysis, the following is CourseraIntroduction to Data Science in Python's programming assignments, I wrote the code, not rigorous enough, please discuss together and mak...
Week 1: Introduction to the Course Table of Contents Week 1: Introduction to the Course 1. Python Types and Sequences Python Types (tuple, list, dictionary) Slicing Split Strings dictionary visit tupl...
Article catalog Foreword First, the course outline Second, this week note 1.Function 2.python types 3.unpacking unpacking 4.CSV Module: Guidance Class Content Notes 5.time & datetime Module 6.came...
1. The Series Data Structure: Series is one of the core data structures of pandas. In pandas,Series is a one-dimensional similar array object, which can be seen as a structure between list and diction...
1. Merging Dataframes: First, let’s review what we learned last week. Last week, we mainly studied the two core data structures in Pandas: a one-dimensional series and a two-dimensional datafram...
1.A computer program is said to learn from experience E with respect to some task T and some performance measure P if its performance on T, as measured by P, improves with experience E. Suppose we fee...