kingers Posted October 4, 2023 Report Share Posted October 4, 2023 Essential Code for Data-Science Projects COMPLETE COURSELanguage: English | Size:5.22 GBGenre:eLearningFiles Included :1 Installing the necessary software.mp4 (29.93 MB)MP41 AND, OR, FALSE, TRUE.mp4 (14.01 MB)MP42 NOT.mp4 (15.54 MB)MP43 The De Morgan Laws.mp4 (32.47 MB)MP44 Comparison of int, str, Float, Bool.mp4 (41.88 MB)MP45 Type conversions int , float, str, bool.mp4 (62.56 MB)MP46 Combining NOT with empty string lists.mp4 (29.85 MB)MP47 The meaning of x = None, [] ,.mp4 (6.7 MB)MP48 Difference between 'is' and '='.mp4 (27.15 MB)MP41 Iterate via for-loop.mp4 (14.77 MB)MP42 Join two tuples.mp4 (5.33 MB)MP43 Define a tuple.mp4 (11.35 MB)MP44 Sort a tuple.mp4 (13.25 MB)MP45 Enumerate a tuple (enumerate, index).mp4 (8.67 MB)MP46 Find the frequency of elements (count).mp4 (2.06 MB)MP47 Tuple immutability.mp4 (9.53 MB)MP41 Remove NaN values by deleting rowscolumns.mp4 (11.16 MB)MP42 How to find if a dataframe has NaN values.mp4 (17.52 MB)MP43 Use min count to sum in presence of NaN values.mp4 (32.91 MB)MP44 Place NaN values in a dataframe , manually.mp4 (15.85 MB)MP45 Sum rows by ignoring NaN (skipna).mp4 (12.67 MB)MP46 Replace missing values with 0.mp4 (10.05 MB)MP41 Modelling VLOOKUP in Python.mp4 (59.61 MB)MP42 Modelling SUMIFS in Python.mp4 (70.81 MB)MP43 Modelling AVERAGEIFS in Python.mp4 (46.49 MB)MP41 Evaluate String expressions using eval().mp4 (54.05 MB)MP410 Multiline strings.mp4 (8.26 MB)MP411 Formating strings and f-strings (format).mp4 (48.15 MB)MP412 Count how many times a character is inside a string.mp4 (3.75 MB)MP413 in, find() with strings.mp4 (17.55 MB)MP414 right-justify text using rjust.mp4 (6.79 MB)MP42 Remove trailing characters using rstrip, lstrip.mp4 (16.49 MB)MP43 Break a string in sets using wrap.mp4 (17.37 MB)MP44 Select part of a string.mp4 (10.43 MB)MP45 Remove white space using replace ().mp4 (11.95 MB)MP46 Search for multiple occurrences of a subtext.mp4 (33.17 MB)MP47 Select specific characters from a column using str.mp4 (22.57 MB)MP48 Replace a character or a word from inside a string.mp4 (6.3 MB)MP49 Unite strings from inside a list using join.mp4 (6.29 MB)MP41 Using the function globals().mp4 (17.98 MB)MP42 Multiple assignment.mp4 (11.28 MB)MP43 Use global to change variables.mp4 (132.6 MB)MP41 Define a set, addremove elements.mp4 (21.61 MB)MP42 Convert a liststring to a set.mp4 (6.5 MB)MP43 Difference of two sets symmetric difference.mp4 (70.37 MB)MP44 Set comprehension.mp4 (16.96 MB)MP45 Subset, superset, proper subsetsuperset.mp4 (19.66 MB)MP46 Intersection and union.mp4 (33.34 MB)MP41 Edit strings inside series using str[].mp4 (61.31 MB)MP42 Create a series object of a constant value.mp4 (22.39 MB)MP43 Select a column as Series versus as a Dataframe.mp4 (10.85 MB)MP44 Broadcasting (saving) an array to a Series.mp4 (23.83 MB)MP41 Concatenate two arrays.mp4 (12.87 MB)MP42 linspace (equally spaced numbers).mp4 (4.26 MB)MP43 Reshaping the array.mp4 (43.23 MB)MP44 1D, 2D, 3D arrays from lists.mp4 (11.92 MB)MP45 Modify elements of an array.mp4 (13.43 MB)MP46 Use arange to make 1D and 2D arrays.mp4 (12 MB)MP47 eye, ones, zeros.mp4 (11.9 MB)MP48 flattening an array.mp4 (21.36 MB)MP41 Docstring.mp4 (10.15 MB)MP42 Count how many times a function is called.mp4 (24.81 MB)MP43 How to return many values from a function.mp4 (10.18 MB)MP44 Default values for parameters.mp4 (18.19 MB)MP45 A function calling another function.mp4 (7.59 MB)MP41 1 How to effectively read an xlsx file.mp4 (103.26 MB)MP410 Reading rows from topbottom (nrows, skipfooter).mp4 (36.03 MB)MP411 Check if an Excel cell is empty.mp4 (60.41 MB)MP412 Check the version of the installed packages.mp4 (15.59 MB)MP413 Hide special warnings.mp4 (40.76 MB)MP42 Skip reading rows when reading a dataframe.mp4 (38.45 MB)MP43 How to read a specific sheet from an excel file.mp4 (15.13 MB)MP44 Set the index of a dataframe upon reading it.mp4 (52.49 MB)MP45 Read specific columns from an excel file.mp4 (20.85 MB)MP46 Read data from World Bank.mp4 (72.56 MB)MP47 Send many dataframes into the same Excel file.mp4 (46.87 MB)MP48 Send a dataframe to a CSV.mp4 (12.6 MB)MP49 Hide Warnings.mp4 (36.64 MB)MP41 Update a DateTimeIndex.mp4 (44.03 MB)MP42 The Workalendar package for Country dates.mp4 (17.54 MB)MP43 Timedelta() for time conversions.mp4 (12.71 MB)MP41 Use name.mp4 (14.69 MB)MP42 Check if the datatype is int float str NaN None.mp4 (28.74 MB)MP43 dtypes, astype() and the type of the dataframe elements.mp4 (84.6 MB)MP44 Converting elements of a column via astype.mp4 (6.43 MB)MP41 Define and loop through a dictionary.mp4 (24.79 MB)MP410 Dictionary comprehension.mp4 (9.77 MB)MP411 Delete a key from a dictionary.mp4 (1.67 MB)MP412 Sort a dictionary.mp4 (9.5 MB)MP413 Mutability of a dictionary.mp4 (11.76 MB)MP42 Find the number of elements in a dictionary.mp4 (9.9 MB)MP43 Convert to a listset of keysvalues.mp4 (33.8 MB)MP44 Convert a dataframe to a dictionary.mp4 (39.04 MB)MP45 Print the first 6 elements of a dictionary.mp4 (24.78 MB)MP46 What it means for x in dictionary.mp4 (12.05 MB)MP47 Convert a single value into a dictionary (keys).mp4 (13.82 MB)MP48 Avoid errors when a key is not found (get).mp4 (114.51 MB)MP49 Join two dictionaries ().mp4 (26.22 MB)MP41 Default dictionaries.mp4 (77.38 MB)MP41 Trigonometry, infinity, pi.mp4 (13.31 MB)MP42 regular division, integer division, modulo division, , %.mp4 (21.04 MB)MP43 dot product of 2 arrays.mp4 (30.22 MB)MP41 Try Except block.mp4 (53.24 MB)MP42 the finally statement.mp4 (74.21 MB)MP43 Raise errors based on user input.mp4 (42.67 MB)MP44 How to raise own errors.mp4 (18.7 MB)MP41 random choice.mp4 (6.48 MB)MP42 randint.mp4 (2.9 MB)MP43 randrange.mp4 (3.84 MB)MP44 random random, random seed.mp4 (22.43 MB)MP45 random sample (sample without replacement).mp4 (9.27 MB)MP46 Fix the random seeds using a function.mp4 (60.34 MB)MP41 1 Set and reset the index.mp4 (171.55 MB)MP42 Change the name of the index of a dataframe.mp4 (22.44 MB)MP43 Find the rowcolumn index of any element of a dataframe.mp4 (76.96 MB)MP44 The enumerate() command to enumerate rowselements.mp4 (83.54 MB)MP45 Sort the index of a dataframe sort index.mp4 (15.61 MB)MP41 How to sort the elements of a list.mp4 (83.93 MB)MP410 Slicing.mp4 (32.75 MB)MP411 Enumerate, index.mp4 (31 MB)MP412 series isin(list).mp4 (26.18 MB)MP413 Count how many times an element is in a list.mp4 (9.63 MB)MP414 Make a copy and an alias of a list.mp4 (16.83 MB)MP42 Remove elements from a list.mp4 (28.78 MB)MP43 Create a sublist from another list.mp4 (51.25 MB)MP44 List comprehension from consecutive numbers.mp4 (33.3 MB)MP45 Print first last elements of a list.mp4 (4.91 MB)MP46 Place in a list the elements of another list.mp4 (8.35 MB)MP47 Remove all occurrences of an element.mp4 (24.76 MB)MP48 pop() versus remove().mp4 (24.24 MB)MP49 List comprehensions.mp4 (19.48 MB)MP41 Return elements from a dataframe.mp4 (56.52 MB)MP410 New row and fill it with the values of other rows.mp4 (31.57 MB)MP411 New column with values 1,2,3 (arange).mp4 (20.85 MB)MP412 pivot tables.mp4 (63.74 MB)MP413 Rename rows columns of a dataframe.mp4 (20.51 MB)MP414 Use a dictionary to create a dataframe.mp4 (21.68 MB)MP415 Transpose of a dataframe.mp4 (13.67 MB)MP416 Select rowscolumns of a dataframe.mp4 (44.58 MB)MP417 Repeat a rowcolumn (np repeat).mp4 (78.6 MB)MP418 Sorting the columns.mp4 (43.35 MB)MP419 Change the datatype of a rowcolumn (astype).mp4 (47.93 MB)MP42 Delete rows columns (iloc, drop).mp4 (54.94 MB)MP420 Select specific rowscolumns (loc, arange).mp4 (25.27 MB)MP421 How to delete many rows from a dataframe.mp4 (81.35 MB)MP422 Get the value under another column of the same row.mp4 (20.86 MB)MP423 Use iteritems on a dataframe.mp4 (19.48 MB)MP424 Sort the values of a column (sort values).mp4 (15 MB)MP425 Populate a column via list, array, series.mp4 (5.96 MB)MP426 Define a dataframe with without a dictionary.mp4 (11.14 MB)MP427 Define a dataframe using list comprehension.mp4 (11.02 MB)MP43 Read indices and values of a dataframe.mp4 (29.46 MB)MP44 Show the max number of rowscolumns.mp4 (24.97 MB)MP45 Create a copy of a dataframe.mp4 (9.52 MB)MP46 Take a backup of a dataframe (copy versus =).mp4 (23.13 MB)MP47 Change specific values in a dataframe.mp4 (58.54 MB)MP48 Make a new column and fill it with the values of another column.mp4 (18.84 MB)MP49 Change the order of columns in a dataframe.mp4 (54.07 MB)MP41 Format the values of a dataframe to percentages.mp4 (21.81 MB)MP42 Format the elements of a dataframe to 1 decimal point.mp4 (11.93 MB)MP43 Apply a function to the elements of a series dataframe.mp4 (19.33 MB)MP41 Prevent data transfer from dataframe to dictionary.mp4 (69.75 MB)MP42 Prevent duplicate values in a dataframe.mp4 (107.6 MB)MP43 Prevent duplicate values while using True, Break.mp4 (16.16 MB)MP44 Break, continue, pass.mp4 (31.69 MB)MP45 For, else.mp4 (33.16 MB)MP46 While, For equivalence.mp4 (10.88 MB)MP47 While True.mp4 (17.26 MB)MP48 While , Else.mp4 (11.12 MB)MP41 How to define it.mp4 (32.69 MB)MP42 How to rename a column.mp4 (18.59 MB)MP43 How to remove a level.mp4 (7.72 MB)MP44 Print levels in a single cell (merge cells).mp4 (28.79 MB)MP45 From merged (dataframe) to unmerged (excel).mp4 (70.11 MB)MP46 How to implement iteritems.mp4 (30.46 MB)MP41 If, elif.mp4 (16.49 MB)MP42 inline if statement.mp4 (30.52 MB)MP43 Print statement with if-else embedded.mp4 (38.86 MB)MP4 Essential Code for Data-Science Projects COMPLETE COURSE.z01https://rapidgator.net/file/a3ead482ed50401d04a4321b94b64616/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z01Essential Code for Data-Science Projects COMPLETE COURSE.z02https://rapidgator.net/file/a7729b1612773aef7144e750a4414bf8/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z02Essential Code for Data-Science Projects COMPLETE COURSE.z03https://rapidgator.net/file/bca29f5b2be822e9307a03edaaa6d63e/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z03Essential Code for Data-Science Projects COMPLETE COURSE.z04https://rapidgator.net/file/fa33227f706edf651012d316728aa655/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z04Essential Code for Data-Science Projects COMPLETE COURSE.z05https://rapidgator.net/file/d4411f6cc78102fe03bdfc0999f5f84f/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z05Essential Code for Data-Science Projects COMPLETE COURSE.ziphttps://rapidgator.net/file/d8f76c4aa6c794f43c085b2d20634be8/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.zip Essential Code for Data-Science Projects COMPLETE COURSE.z01https://ddownload.com/xnkxyvwmkde3/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z01Essential Code for Data-Science Projects COMPLETE COURSE.z02https://ddownload.com/0adyfcxvolmd/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z02Essential Code for Data-Science Projects COMPLETE COURSE.z03https://ddownload.com/719owaoeo9z0/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z03Essential Code for Data-Science Projects COMPLETE COURSE.z04https://ddownload.com/03m0huka29h6/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z04Essential Code for Data-Science Projects COMPLETE COURSE.z05https://ddownload.com/x8zzaydkwscn/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z05Essential Code for Data-Science Projects COMPLETE COURSE.ziphttps://ddownload.com/kjeu4tvgr82d/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.zip Essential Code for Data-Science Projects COMPLETE COURSE.z01https://drop.download/dl6izif371ng/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z01Essential Code for Data-Science Projects COMPLETE COURSE.z02https://drop.download/9w71ntvpdype/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z02Essential Code for Data-Science Projects COMPLETE COURSE.z03https://drop.download/xpmniz5en938/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z03Essential Code for Data-Science Projects COMPLETE COURSE.z04https://drop.download/bpkzymexid5b/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z04Essential Code for Data-Science Projects COMPLETE COURSE.z05https://drop.download/ztz5i905fdrk/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.z05Essential Code for Data-Science Projects COMPLETE COURSE.ziphttps://drop.download/ojwuqzhhzunc/Essential_Code_for_Data-Science_Projects_COMPLETE_COURSE.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now