Artificial Intelligence |Machine Learning | Deep learning
رفتن به کانال در Telegram
AI community
نمایش بیشترکشور مشخص نشده استدسته بندی مشخص نشده است
2 072
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
Hello everyone,
Next post on which free course?
Date: 30-01-2023
Company name: Capgemini
Role: Data Analyst
Topic: python, tableau
1. What is the Difference Between a Shallow Copy and Deep Copy in python?
Deepcopy creates a different object and populates it with the child objects of the original object. Therefore, changes in the original object are not reflected in the copy. copy.deepcopy() creates a Deep Copy. Shallow copy creates a different object and populates it with the references of the child objects within the original object. Therefore, changes in the original object are reflected in the copy. copy.copy creates a Shallow Copy.
2. How can you remove duplicate values in a range of cells?
1. To delete duplicate values in a column, select the highlighted cells, and press the delete button. After deleting the values, go to the ‘Conditional Formatting’ option present in the Home tab. Choose ‘Clear Rules’ to remove the rules from the sheet. 2. You can also delete duplicate values by selecting the ‘Remove Duplicates’ option under Data Tools present in the Data tab.
3. Define shelves and sets in Tableau?
Shelves: Every worksheet in Tableau will have shelves such as columns, rows, marks, filters, pages, and more. By placing filters on shelves we can build our own visualization structure. We can control the marks by including or excluding data.
Sets: The sets are used to compute a condition on which the dataset will be prepared. Data will be grouped together based on a condition. Fields which is responsible for grouping are known assets. For example – students having grades of more than 70%.
🦾Learn Data Science From These GitHub Repositories
freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
Data Science For Beginners
https://github.com/microsoft/Data-Science-For-Beginners
The Open Source Data Science Masters
https://github.com/datasciencemasters/go%5C
Free Data Science Books
https://github.com/chaconnewu/free-data-science-books
Data Science Curriculum
https://github.com/ossu/data-science
Awesome Data Science
https://github.com/academic/awesome-datascience
Data Science All Cheat Sheet
https://github.com/yash42828/Data-Science--All-Cheat-Sheet
Best of ML with Python
https://github.com/ml-tooling/best-of-ml-python
Data Science Interview Resources - Interview Questions
https://github.com/rbhatia46/Data-Science-Interview-Resources
👨💻 Become a Google Certified Data Scientist by spending $0
👉 Here are 4 Free Certification Courses in Data Science using Python from Google
1. Learn Python basics for data analysis
🌐 https://learndigital.withgoogle.com/digitalgarage/course/learn-python-basics-for-data-analysis
2. Data Science Foundations
🌐 https://learndigital.withgoogle.com/digitalgarage/course/data-science-foundations
3. Data Science with Python
🌐 https://learndigital.withgoogle.com/digitalgarage/course/data-science-with-python
4. Machine Learning Crash Course
🌐 https://learndigital.withgoogle.com/digitalgarage/course/machine-learning-crash-course
