IE University
Derniers ajouts au IE University. Vous recherchez des notes d'étude à IE University? Nous avons de nombreuses notes de cours, guides d'étude et notes d'étude disponibles pour les cours de votre institution.
-
52
-
1
-
3
Études @ IE University
Notes disponibles pour les études suivantes sur IE University
-
Bachelor Of Business Administration 4
-
Bachelor of Laws 2
-
BBA 8
-
Business Administration 2
-
Business Administration and Data Analytics 3
-
Business Administration And International Relations 20
-
Computer Science 10
-
Computer Science and Artificial Intelligence 1
-
PPLE 1
-
Telecomunicaciones 1
Livres bien-aimés IE University
Courtland L. Bovée, John V. Thill • ISBN 9780135175477
Courtland Bovee, John Thill • ISBN 9781292160634
Dernières notes et résumés IE University
Resumen de todo el curso de Applied Business Mathematics.
- Notes de cours
- • 1 pages's •
-
IE University•Applied Business Mathematics
Aperçu 1 sur 1 pages
Resumen de todo el curso de Applied Business Mathematics.
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - Select columns 
 - Slicing 
- Ins...
- Book & Paket-Deal
- Resume
- • 117 pages's •
-
IE University•Programming
-
Python Programming • John M. Zelle• ISBN 9781887902991
-
Python Data Operations summarised notes (all notebooks)• Par beatricemossberg
Aperçu 4 sur 117 pages
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - Select columns 
 - Slicing 
- Ins...
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This second notebook contains: 
- Arithmetic operations 
 - add 
 - subtract 
 - multiply 
 - divide 
- Store solution in new column 
- Comparison 
 - equal to 
 - not equal to 
 - greater t...
- Book & Paket-Deal
- Resume
- • 11 pages's •
-
IE University•Programming
-
Python Crash Course • Eric Matthes• ISBN 9781593277390
-
Python Data Operations summarised notes (all notebooks)• Par beatricemossberg
Aperçu 2 sur 11 pages
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This second notebook contains: 
- Arithmetic operations 
 - add 
 - subtract 
 - multiply 
 - divide 
- Store solution in new column 
- Comparison 
 - equal to 
 - not equal to 
 - greater t...
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This third section contains: 
- Conditional Selection 
- pd.Series and Operators 
- Basic Filters 
- Missing Values 
 - Identify Nulls 
 - Filter Nulls 
 - Fill in Nulls 
 - Remove Nulls 
- Uni...
- Book & Paket-Deal
- Resume
- • 10 pages's •
-
IE University•Programming
-
Learn Python 3 the Hard Way • Zed A. Shaw• ISBN 9780134693903
-
Python Data Operations summarised notes (all notebooks)• Par beatricemossberg
Aperçu 2 sur 10 pages
Notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This third section contains: 
- Conditional Selection 
- pd.Series and Operators 
- Basic Filters 
- Missing Values 
 - Identify Nulls 
 - Filter Nulls 
 - Fill in Nulls 
 - Remove Nulls 
- Uni...
Summarised notes of pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fourth notebook contains: 
- Concatenation 
- Merge and Join 
 - Merge on columns 
 - Merge on index 
- Convert Data types 
- Duplicates 
 - Find duplicates 
 - Remove duplicate...
- Book & Paket-Deal
- Resume
- • 8 pages's •
-
IE University•Programming
-
Learn Python 3 the Hard Way • Zed A. Shaw• ISBN 9780134693903
-
Python Data Operations summarised notes (all notebooks)• Par beatricemossberg
Aperçu 2 sur 8 pages
Summarised notes of pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fourth notebook contains: 
- Concatenation 
- Merge and Join 
 - Merge on columns 
 - Merge on index 
- Convert Data types 
- Duplicates 
 - Find duplicates 
 - Remove duplicate...
Summarised notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fifth section contains: 
 
- Groupby 
 - Iterate through groups 
 - Basic groupings 
 - Advanced groupings 
 - Group with more levels 
- Pivot table 
- Stack and Unstack
- Book & Paket-Deal
- Resume
- • 6 pages's •
-
IE University•Principles of Programming
-
Python Programming • John M. Zelle• ISBN 9781887902991
-
Python Data Operations summarised notes (all notebooks)• Par beatricemossberg
Aperçu 1 sur 6 pages
Summarised notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fifth section contains: 
 
- Groupby 
 - Iterate through groups 
 - Basic groupings 
 - Advanced groupings 
 - Group with more levels 
- Pivot table 
- Stack and Unstack
Notes of python data operations using pandas, covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook, here in pdf format. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - ...
- Resume
- • 15 pages's •
-
IE University•Principles of Programming
Aperçu 2 sur 15 pages
Notes of python data operations using pandas, covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook, here in pdf format. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - ...
Summary of micro
- Book
- Resume
- • 32 pages's •
-
IE University•Microeconomics
-
Macroeconomics • Paul Krugman, Robin Wells• ISBN 9781319038601
Aperçu 4 sur 32 pages
Summary of micro
Detailed and well explained material on constitutional law + many case summaries
- Notes de cours
- • 68 pages's •
-
IE University•Constitutional Law
Aperçu 4 sur 68 pages
Detailed and well explained material on constitutional law + many case summaries
Well organised and explained notes on accounting and finance
- Notes de cours
- • 17 pages's •
-
IE University•Accounting and Finance
Aperçu 3 sur 17 pages
Well organised and explained notes on accounting and finance