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
![Book Thumbnail](https://media.s-bol.com/BQqWMr1xQ6Qo/81oPkMo/145x210.jpg)
Cecily Rose, Niels Blokker • ISBN 9781108432627
Courtland L. Bovée, John V. Thill • ISBN 9780135175477
![Book Thumbnail](https://media.s-bol.com/BPNDOKElzJ9Y/163x210.jpg)
Courtland Bovee, John Thill • ISBN 9781292160634
Dernières notes et résumés IE University
![Latest Preview Thumbnail](/docpics/639dc9c588dba_2186495.jpg)
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.
![Latest Preview Thumbnail](/docpics/639273b934c68_2166434.jpg)
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...
![Latest Preview Thumbnail](/docpics/6392728d390ea_2166424.jpg)
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...
![Latest Preview Thumbnail](/docpics/639271a572642_2166419.jpg)
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...
![Latest Preview Thumbnail](/docpics/63926ffb7bb73_2166399.jpg)
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...
![Latest Preview Thumbnail](/docpics/63926cf37f8d5_2166372.jpg)
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
![Latest Preview Thumbnail](/docpics/63922b13197ea_2165642.jpg)
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 
 - ...
![Latest Preview Thumbnail](/docpics/62a1c8a06c335_1783108.jpg)
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
![Latest Preview Thumbnail](/docpics/6260341c25e03_1688040.jpg)
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
![Latest Preview Thumbnail](/docpics/626031512b57f_1688030.jpg)
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