Udemy Python for Data Analysis Data Science - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Udemy Python for Data Analysis Data Science (/Thread-Udemy-Python-for-Data-Analysis-Data-Science) |
Udemy Python for Data Analysis Data Science - AD-TEAM - 06-15-2024
Download Free Download : Udemy Python for Data Analysis Data Science
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz Genre:eLearning | Language: English | Size:4.44 GB Files Included : 1 - Course Introduction.mp4 (1.93 MB) MP4 2 - Course Structure.mp4 (11.82 MB) MP4 3 - Course RequirementPrerequisite.mp4 (2.64 MB) MP4 4 - Application Download Installation.mp4 (1.77 MB) MP4 5 - Install Python on Mac.mp4 (45.28 MB) MP4 6 - Install Python on Windows.mp4 (23.95 MB) MP4 7 - Adjusting Playback Rate.mp4 (3.72 MB) MP4 8 - Using Jupyter Notebook.mp4 (26.13 MB) MP4 9 - Python Import Files.mp4 (14.37 MB) MP4 9 - Python-Files.zip (167.27 KB) ZIP 43 - Section Introduction.mp4 (702.38 KB) MP4 44 - Pythons BuiltIn Functions.mp4 (31.83 MB) MP4 45 - User Defined Functions.mp4 (61.76 MB) MP4 46 - Variable Scope.mp4 (39.49 MB) MP4 47 - Packing Unpacking Data ARGS.mp4 (62.94 MB) MP4 48 - Packing Unpacking Data KWARGS.mp4 (18.01 MB) MP4 49 - Section Introduction.mp4 (736.49 KB) MP4 50 - Introduction to Series.mp4 (7.68 MB) MP4 51 - Create Series from a List.mp4 (24.03 MB) MP4 52 - Create Series from a Tuple.mp4 (6.67 MB) MP4 53 - Create Series from a Dictionary.mp4 (29.31 MB) MP4 54 - Create Series from a CSV Dataset.mp4 (49.49 MB) MP4 55 - Head Tail Methods on a Series.mp4 (11.89 MB) MP4 56 - Count Describe Methods on a Series.mp4 (22.04 MB) MP4 57 - SortValues Method.mp4 (21.83 MB) MP4 58 - Inplace Parameter.mp4 (14.52 MB) MP4 59 - SortIndex Method.mp4 (21.2 MB) MP4 60 - Retrieve Records from a Series by Index Position.mp4 (13.73 MB) MP4 61 - Retrieve Records from a Series by Index Label.mp4 (37.9 MB) MP4 62 - Use GetMethod to Retrieve Records from a Series.mp4 (25.77 MB) MP4 63 - Using Attributes on a Series.mp4 (23.69 MB) MP4 64 - Section Introduction.mp4 (772.18 KB) MP4 65 - Introduction to Dataframe.mp4 (10.79 MB) MP4 66 - Create Dataframe from a List.mp4 (21.38 MB) MP4 67 - Create Dataframe from a Dictionary of List.mp4 (9.22 MB) MP4 68 - Create Dataframe from an Imported File.mp4 (52.85 MB) MP4 69 - Retrieve Single Column from a Dataframe.mp4 (35.86 MB) MP4 70 - Retrieve Multiple Columns from a Dataframe.mp4 (21.99 MB) MP4 71 - Add a New Column to a Dataframe.mp4 (53.39 MB) MP4 72 - Delete Columns from a Dataframe.mp4 (30.55 MB) MP4 73 - Find the Sum of Null Values.mp4 (18.31 MB) MP4 74 - Drop Rows with Missing Values.mp4 (78.32 MB) MP4 75 - Replace Missing Value Using FILLNA Method.mp4 (30.14 MB) MP4 76 - Broadcasting Operation.mp4 (48.36 MB) MP4 77 - Count Unique Occurrences Using VALUECOUNT Method.mp4 (20.01 MB) MP4 78 - Sort Values in Dataframe Using SORTVALUES Method.mp4 (60.24 MB) MP4 79 - Sort Dataframe by Index Using SORTINDEX Method.mp4 (13.66 MB) MP4 80 - Remove and Replace Missing Values.mp4 (51.69 MB) MP4 81 - Change Data Types Using ASTYPE Method.mp4 (39.54 MB) MP4 82 - Optimizing Dataset.mp4 (85.78 MB) MP4 83 - Refine Records By a Condition.mp4 (75.23 MB) MP4 84 - Refine Records Using Multiple Conditions AND Condition.mp4 (53.6 MB) MP4 85 - Select Specific Columns After a Condition.mp4 (32.27 MB) MP4 86 - Refine Dataframe Using Multiple Conditions OR Condition.mp4 (40.74 MB) MP4 87 - Use The ISIN Method to Retrieve Row Having Specific Values.mp4 (31.27 MB) MP4 88 - Return Null and Not Null Values Using ISNULL AND NOTNULL Method.mp4 (18.62 MB) MP4 89 - Return Values Within Range Using BETWEEN Method.mp4 (23.17 MB) MP4 90 - Retrieve Duplicate Records Using DUPLICATED Method.mp4 (60.95 MB) MP4 91 - Delete Duplicate Records Using DROPDUPLICATES Method.mp4 (28.19 MB) MP4 92 - UNIQUE and NUNIQUE Methods.mp4 (23.65 MB) MP4 100 - Change Label or Column Name Using RENAME Method.mp4 (31.97 MB) MP4 101 - Delete Rows or Columns Using DROP Method.mp4 (23.04 MB) MP4 102 - Retrieve Random Sample From a Dataframe.mp4 (19.08 MB) MP4 103 - Retrieve Smallest or Largest Values.mp4 (22.7 MB) MP4 104 - Rank Values Using The RANK Method.mp4 (44.44 MB) MP4 105 - Create a Copy of Dataset.mp4 (32.74 MB) MP4 93 - Optimizing New Dataset.mp4 (30.64 MB) MP4 94 - SETIDEX and RESETINDEX Method.mp4 (40.74 MB) MP4 95 - Retrieve Rows by Index Label Using LOC Accessor.mp4 (53.35 MB) MP4 96 - Retrieve Rows by Index Position Using ILOC Accessor.mp4 (34.33 MB) MP4 97 - Return Specific Index Label Values.mp4 (27.97 MB) MP4 98 - Change Values in a Cell.mp4 (20.24 MB) MP4 99 - Change Values of Unique Groups.mp4 (29.15 MB) MP4 106 - Section Introduction.mp4 (857 KB) MP4 107 - Optimizing Text Dataset.mp4 (21.8 MB) MP4 108 - Change Text Case Upper Lower Title capitalize Method.mp4 (26.22 MB) MP4 109 - Remove White Spaces Lstrip Rstrip Strip Method.mp4 (17.63 MB) MP4 110 - Replace Characters in a Column.mp4 (22.04 MB) MP4 111 - Filtering Dataframe for Specific Values CONTAINS Method.mp4 (26.39 MB) MP4 112 - Split String Column Part A.mp4 (31.39 MB) MP4 113 - Split String Column Part B.mp4 (34.99 MB) MP4 114 - Section Introduction.mp4 (775.28 KB) MP4 115 - Create MultiIndex.mp4 (40.61 MB) MP4 116 - Sort MultiIndex.mp4 (20.42 MB) MP4 117 - Retrieve Rows from MultiIndex.mp4 (22.85 MB) MP4 118 - Stack Unstack Method.mp4 (10.34 MB) MP4 119 - Aggregate Values Using PIVOTTABLE Method.mp4 (55.86 MB) MP4 120 - Section Introduction.mp4 (610.11 KB) MP4 121 - Groupby Object I.mp4 (36.37 MB) MP4 122 - Groupby Object II.mp4 (43.3 MB) MP4 123 - GETGROUP method.mp4 (19.79 MB) MP4 124 - Group by Multiple Columns.mp4 (19.81 MB) MP4 125 - Use The AGG Method to pass Different Operations.mp4 (25.6 MB) MP4 126 - For Loop Groupby Object.mp4 (52.51 MB) MP4 127 - Section Introduction.mp4 (782.17 KB) MP4 128 - Data Relationship.mp4 (43.69 MB) MP4 129 - Normalization.mp4 (30.78 MB) MP4 130 - Introduction to JOIN.mp4 (21.47 MB) MP4 131 - Inner Join I.mp4 (25.42 MB) MP4 132 - Inner Join II.mp4 (55.33 MB) MP4 133 - Left Join.mp4 (52.6 MB) MP4 134 - Right Join.mp4 (13.42 MB) MP4 135 - Outer Join.mp4 (15.88 MB) MP4 136 - Merge More than 2 Dataframes.mp4 (59.5 MB) MP4 137 - Many to Many Data Relationship.mp4 (69.47 MB) MP4 138 - LeftOn RightOn.mp4 (35.27 MB) MP4 139 - Combine Dataframes Using PDCONCAT.mp4 (41.99 MB) MP4 140 - Section Introduction.mp4 (579.41 KB) MP4 141 - Dates Times.mp4 (28.68 MB) MP4 142 - Pandas Timestamp Object.mp4 (23.45 MB) MP4 143 - TODATETIME Method.mp4 (35.82 MB) MP4 144 - PDDATERANGE Method.mp4 (39.05 MB) MP4 145 - PDDATERANGE II.mp4 (19.04 MB) MP4 146 - DTAccessor.mp4 (75.81 MB) MP4 147 - Format Datetime Objects with DTSTRFTIME Method.mp4 (46.29 MB) MP4 148 - DTSTRFTIME Method.mp4 (30.28 MB) MP4 10 - Section Introduction.mp4 (1.01 MB) MP4 11 - Python as a Programming Language.mp4 (9.7 MB) MP4 12 - Data Types.mp4 (64.28 MB) MP4 13 - Variables.mp4 (20.77 MB) MP4 149 - Section Introduction.mp4 (967.52 KB) MP4 150 - Import Dataset from URL.mp4 (40.93 MB) MP4 151 - Export Dataset as Files from Pandas.mp4 (50.64 MB) MP4 152 - Conclusion.mp4 (5.59 MB) MP4 14 - Section Introduction.mp4 (452.68 KB) MP4 15 - Operators.mp4 (35.91 MB) MP4 16 - Using Numbers in Python.mp4 (51.36 MB) MP4 17 - Section Introduction.mp4 (628.53 KB) MP4 18 - String Data Type.mp4 (34.41 MB) MP4 19 - String Methods.mp4 (72.27 MB) MP4 20 - String Operators.mp4 (22.97 MB) MP4 21 - Section Introduction.mp4 (1.68 MB) MP4 22 - Slice.mp4 (31.84 MB) MP4 23 - Format Function.mp4 (29.24 MB) MP4 24 - Change Data Types Using Functions Casting.mp4 (18.14 MB) MP4 25 - Project 1 Create a Bill Payment System.mp4 (45.2 MB) MP4 26 - Section Introduction.mp4 (480.09 KB) MP4 27 - List.mp4 (53.4 MB) MP4 28 - List Methods.mp4 (55.87 MB) MP4 29 - Section Introduction.mp4 (1.03 MB) MP4 30 - IF Statement.mp4 (23.87 MB) MP4 31 - Project 2 Guessing Game Part I.mp4 (50.53 MB) MP4 32 - While Loops.mp4 (33.39 MB) MP4 33 - Project 2 Guessing Game Part II.mp4 (42.34 MB) MP4 34 - For Loops.mp4 (32.4 MB) MP4 35 - Break Continue Statement.mp4 (41.52 MB) MP4 36 - Section Introduction.mp4 (311.19 KB) MP4 37 - Tuples.mp4 (45.2 MB) MP4 38 - Section Introduction.mp4 (1 MB) MP4 39 - Dictionaries.mp4 (42.41 MB) MP4 40 - Dictionary Methods.mp4 (43.2 MB) MP4 41 - Create a List inside a Dictionary.mp4 (38.09 MB) MP4 42 - Project 3 Concert Tickets.mp4 (95.03 MB) MP4 [To see links please register or login] |