Request Information

Master in Data Science and Artificial Intelligence

Includes a European university master’s degree¹

Collaboration
Collaboration

Master in Data Science and Artificial Intelligence

property icon

Duration:

1 academic year

property icon

Language:

Spanish

property icon

Formats:

Live Streaming and Online Flexible

Objectives

Data science has established itself as an essential discipline for turning data into strategic value within organizations. This master offers comprehensive training in every phase of a data scientist's workflow: from data extraction, collection and cleaning, through storage, transformation, analysis and processing, to the visualization, interpretation and communication of results.  To that end, students will learn to program in Python, R  or PySpark to analyze data, and to design and develop artificial intelligence models applying advanced machine learning and deep learning techniques. They will also learn to apply generative AI in real projects, working with RAGs, fine-tuning and frameworks such as LangChain or LangGraph. 


Upon completing the master, students will be prepared to take on roles in data science and AI projects, contributing a high-value technical and analytical profile.  

Who is this master for?

For anyone interested in starting a professional career in the field of data science and artificial intelligence.

Those without prior knowledge of programming in Python and R can complete prework that will guarantee the level required to take the master.


*If you want to learn data analysis without programming, you may be more interested in our Master in Data Analytics and Business Intelligence

Financial aid

Check the availability of the Excellence scholarships: partial scholarships of €1,250 and financing of the final cost in 10 monthly installments (applicable to individuals). Training eligible for FUNDAE subsidies (applicable to Spanish companies). 

With a university degree

Upon completing the program, you will receive two degrees: one issued by our business school (EBIS) and another by the Universidad de Vitoria-Gasteiz (EUNEIZ).

Additional certifications included

Upon completing the program, in addition to the master's dual degree, you will have the opportunity to earn two of the most recognized certificates on the market. Preparation, the exam and certification in Azure AI Fundamentals (AI-901) are included, as well as the Harvard ManageMentor® - Leadership certificate, awarded by Harvard Business Publishing Education.

Endorsed by prestigious institutions

Best Master in Generative AI and in Data Science logo

Best Master in Generative AI and in Data Science

Top 5 best online masters in Spain in AI and in Data Science  logo

Top 5 best online masters in Spain in AI and in Data Science

Awarded the seal of excellence logo

Awarded the seal of excellence

Best business school specialized in technology and AI logo

Best business school specialized in technology and AI

The best companies have also trained with us

Deloitte Banco de España Bankinter Microsoft Indra CaixaBank Mapfre Telefonica Allianz Santander Pwc RTVE ABB Naturgy

Modalities

modality image

Live Streaming format

Description:

Students and instructors interact live during the classes, which are delivered through a videoconferencing platform. Recordings will be available on the virtual campus, along with the rest of the master's resources. In addition, to resolve any questions, group tutoring sessions are offered on a regular basis and individual tutoring sessions on demand, both by videoconference.

Personal tutor:

Available throughout the course.

Supplementary resources: Readings, presentations, books, manuals, questionnaires, exercises, Q&A forums, document repository, etc.

Interaction with other students:

During the classes, through the metacampus and group/individual chat. In addition, if they wish, students can prepare the case studies and the final master's project as a group.

Start and end date:

October 21, 2026 – July 28, 2027.

Available schedules:

Monday and Wednesday from 6:30 p.m. to 9:00 p.m. Time zone UTC+1 (UTC+2 in summer).

modality image

Online Flexible format

Information:

Students have access to a virtual campus where they can find the class recordings along with the other resources included in the program. In addition, to resolve any questions, group tutoring sessions are offered on a regular basis and individual tutoring sessions on demand, both by videoconference.

Personal tutor:

Available throughout the course.

Supplementary resources: Readings, presentations, books, manuals, questionnaires, exercises, Q&A forums, document repository, etc.

Interaction with other students:

Through the metacampus and group/individual chat. In addition, if they wish, students can prepare the case studies and the final master's project as a group.

Start date:

Flexible. 

Duration:

1 academic year.

Schedules:

Flexible.

Contents of the Master in Data Science and Artificial Intelligence

MODULE 0. PREWORK

Prework

For those profiles with no prior knowledge or less familiarity with the Python programming language, we offer this leveling prework that will give you the foundations you need to begin this master. You will learn this language and practice with dynamic, self-correcting practical material, with access to the IT Specialist Python (ITS-303) certification.

    • Introduction to programming

    • Introduction to Python

    • Data types

    • Variables

    • Basic input and output operations

    • Basic operators

    • Boolean values

    • Conditional execution

    • Loops

    • Lists

    • Bitwise operations

    • Lists

    • Functions

    • Tuples and dictionaries

    • Exceptions

MODULE I. PROGRAMMING AND COMPUTING FOR DATA SCIENCE

Unit 1 - Python Programming

This first subject covers the fundamentals of programming in Python, an essential language for data analysis. From installing the software to creating functions and data structures, this module will give you the tools you need to work with data efficiently. The content includes:

    • Installation

    • Basic tools

    • Jupyter Notebook

    • Data types

    • Conditional structures

    • Iterative structures

    • Functions

    • Data structures

    • Vector programming with Numpy

    • Data manipulation with Pandas

    • Basic plotting with Matplotlib

MODULE II. MATHEMATICS AND STATISTICS FOR DATA SCIENCE

Unit 2 - Statistical Fundamentals

Statistics is one of the fundamental pillars supporting the structure of data science. In this topic, we will present the essential statistical concepts that are key to interpreting and effectively analyzing data. By understanding these fundamentals, you will gain the ability to discern patterns, identify meaningful correlations, and extract valuable information from complex data sets. This statistical knowledge provides a solid base for developing analytical skills and making informed decisions in the field of data science.

    • Descriptive statistics

    • Probability

    • Random variables

    • Covariance and correlation

    • Sample and population

    • Normal distributions

    • Poisson distributions

    • Other types of distributions

Unit 3 - Statistics Applied to Data Science

We will go deeper into the application of statistics in the field of data science. You will explore how to run statistical tests, interpret results, and use techniques to extract relevant information from data. Throughout the subject, the emphasis will be on how statistics becomes a vital tool for uncovering patterns, trends, and meaningful relationships within complex data sets. Practical cases illustrating the application of statistical concepts to solving real-world problems in data science will be covered.

    • Main statistical tests

    • Statistical significance

    • P-value

    • Interpreting key metrics

    • Principal Component Analysis (PCA)

    • Inferential statistics

    • Linear regressions

    • Logistic regressions

MODULE III. BIG DATA

Unit 4 - Big Data Fundamentals

In this subject we will enter the world of Big Data, addressing the management and analysis of vast data sets. We will explore the challenges and opportunities inherent to Big Data, as well as the core technologies used to process it. By understanding the implications and applications of Big Data, you will be prepared to take on the challenges posed by the era of massive information and seize the opportunities this vast field of study and application offers.

    • The need for Big Data

    • Introduction to Big Data

    • What Big Data is not

    • Big Data challenges

    • Data sources

    • Data types

    • Volume, velocity, and variety

    • Storage technologies

Unit 5 - SQL Databases

Relational databases, also known as SQL databases, have long been the storage system model par excellence. This topic covers the design, implementation, and management of relational databases using SQL (Structured Query Language). Students will learn to structure data in tables, establish relationships between them, and run complex queries to retrieve and manipulate information. Through practical examples and case studies, we will explore how SQL databases are essential to ensuring integrity and efficiency in handling data in data science projects.

    • Introduction to relational databases

    • Relationships between tables

    • Designing database models

    • SQL language

    • Data integrity

Unit 6 - NoSQL Databases

This topic focuses on the study and application of NoSQL databases, essential for handling and analyzing large volumes of data in various forms. As organizations generate and process data at an accelerating pace, NoSQL databases emerge as an effective solution for storing, managing, and retrieving unstructured and semi-structured information. Students will explore the different types of NoSQL databases, their architectures, and how they fit into the data science ecosystem.

    • Introduction to NoSQL

    • NoSQL data models

    • Architecture and design

    • Scalability and performance

Unit 7 - Advanced Databases

In this topic we will go deeper into the use of databases. We will see the wide range of options available and how to determine which ones fit our needs in each case.

    • Advanced indexing

    • Data partitioning

    • Performance optimization

    • High availability

    • Fault tolerance

Unit 8 - Architectures

In this section, we will explore the main architectures of Big Data systems, understanding how vast data sets are stored and processed on these platforms. We will look in detail at the structure and operation of these architectures, as well as the key technologies behind them. By understanding these fundamentals, you will have the knowledge to take on the challenges and seize the opportunities that today's Big Data environment offers.

    • Distributed storage systems

    • Cloud storage systems

    • NoSQL databases

    • Apache Hadoop

    • Cloudera

    • Apache YARN

    • MapReduce

    • Process orchestration

Unit 9 - Cloud computing

Cloud computing has revolutionized the way companies store, process, and access data. In this unit, we will explore the fundamental concepts of cloud computing, why it matters in data science, and its various applications.

    • Definition of cloud computing

    • Service models: IaaS, PaaS, SaaS

    • Cloud providers

    • Benefits and challenges

Unit 10 - Key tools

In this unit, we will explore the main tools in the Big Data ecosystem for managing and processing large volumes of data in Data Science and AI.

    • Hadoop Ecosystem

    • Apache Hive

    • Apache Spark

    • Apache Airflow

    • Apache Kafka

Unit 11 - Large-scale data processing with PySpark

In this unit, we will cover PySpark, a key technology for massive data processing within the Big Data ecosystem. PySpark is the Apache Spark interface for Python, allowing data scientists and analysts to harness the power of Spark in a familiar environment. Thanks to its distributed processing capabilities, PySpark makes it easier to manipulate, analyze, and model large volumes of data efficiently and at scale, integrating seamlessly with Data Science and Artificial Intelligence workflows. 



    • PySpark

    • Relationship with Apache Spark

    • Architecture and main components

    • Reading, transforming, and processing data at scale.

    • Integration with Python libraries

    • Use cases

MODULE IV. DATA COLLECTION, PREPARATION, AND STORAGE

Unit 12 - The nature of data

In the real world, data varies in quality, format, and structure. It is therefore crucial to know how to identify and properly handle whether our data is structured, unstructured, or semi-structured. Students will learn to work efficiently with each type of data, enabling them to understand the unique characteristics of each one and apply the right strategies for processing and analyzing it. By mastering these skills, students will be better prepared to face the challenges and seize the opportunities that real-world data presents in data analysis and data science.

    • Main atomic types

    • Qualitative and quantitative data

    • Continuous and discrete data

    • Structured and unstructured data

    • Time-series data

Unit 13 - Data collection techniques

The ability to build your own datasets is a fundamental skill for expanding your capabilities as a data scientist. This unit explores the various techniques for collecting data, such as using APIs, web scraping, and extracting data from social media. You will learn to assess and select the most appropriate technique for each case, allowing you to obtain relevant, high-quality data for your analyses and data science projects. 

    • Data sources

    • Social media

    • Web Scraping

    • Real-time data

    • Trends in data collection

Unit 14 - Preprocessing and data quality

Data preprocessing is considered one of the most important and labor-intensive stages in a data science pipeline. We will teach you how to prepare data for analysis, including cleaning, transformation, and normalization. You will also learn to assess data quality and correct errors. This skill is crucial for ensuring the reliability and accuracy of analyses and Machine Learning models.

    • Data quality

    • Exploratory data analysis

    • Outlier detection and treatment

    • Handling missing values

    • Handling imbalanced problems

    • Variable transformation

    • Normalization of numerical variables

MODULE V. ADVANCED ANALYTICS AND ARTIFICIAL INTELLIGENCE

Unit 15 - Advanced Analytics and Data Modeling

This unit provides context on the origins of advanced analytics, the initial challenges it faced, and its evolution to the present day. It explores the historical and conceptual foundations that have shaped the field of Advanced Analytics, as well as the technological and methodological innovations that have driven its development and expansion. You will discover the different types of problems you may face, along with their main characteristics and how to approach them. You will learn to validate the quality of your models from a critical, objective standpoint, allowing you to assess the effectiveness and accuracy of your results. By analyzing and evaluating model performance, you will be better prepared to make informed decisions and optimize your data analysis and predictive modeling processes.

    • Introduction to advanced analytics

    • Knowledge extraction

    • Supervised problems

    • Unsupervised problems

    • Semi-supervised problems

    • Inference vs. prediction

    • Advanced data analytics processes

    • Main applications

    • Overfitting vs Underfitting

    • Bias vs Variance

    • Model validation

Unit 16 - Machine learning

This unit takes a hands-on approach to the main machine learning techniques, from the fundamentals underpinning the field to the algorithms that currently represent the state of the art. We will explore the essential machine learning methodologies as well as the most advanced algorithms used across a range of applications. Through practical exercises and case studies, you will develop a deep understanding of how to apply these techniques to solve real-world problems and make the most of the potential of Machine Learning across different areas and sectors.

    • Introduction to machine learning

    • Classification techniques

    • Regression techniques

    • Clustering techniques

    • Advanced algorithms

    • State of the art

Unit 17 - Deep learning

Deep Learning is a field that is transforming the limits of what artificial intelligence can do. In this unit, you will take a hands-on approach to the fundamentals driving how neural networks work, as well as their most advanced developments. You will explore the underlying principles of neural networks and dive deeper into advanced deep learning techniques and concepts. Through practical exercises and applied projects, you will acquire the skills needed to design, implement, and optimize deep learning models for a variety of real-world applications.

    • The intuition behind deep learning

    • Simple neural networks

    • Recurrent neural networks

    • Convolutional neural networks

    • Transformers

    • Generative adversarial networks

Unit 18 - Advanced Generative Artificial Intelligence

This unit takes a deeper look at the technical aspects and advanced applications of Generative Artificial Intelligence, covering the key tools, architectures, and methodologies for developing intelligent systems. It focuses on concepts such as RAGs (Retrieval-Augmented Generation), autonomous agents, frameworks like LangChain and LangGraph, and Fine-Tuning techniques for adapting models to specific needs. This unit is aimed at professionals and developers looking to understand and apply these technologies with a practical, in-depth approach.

    • Introduction to GenAI and its technology ecosystem.

    • RAGs (Retrieval-Augmented Generation): concepts, architecture, and use cases.

    • Autonomous agents in generative AI environments.

    • LangChain and LangGraph: frameworks for building generative AI applications.

    • Fine-Tuning techniques and adapting models to specific tasks.

    • Integrating generative AI into complex systems.

    • Best practices and considerations around efficiency, security, and scalability.

Masterclass - MLOps and deploying models to production

A complete view of the machine learning model production cycle: deployment, monitoring, and maintenance in production.

MODULE VI. DATA-DRIVEN NARRATIVE, ADVANCED VISUALIZATION & STORYTELLING

Unit 19 - Advanced data visualization

In this topic, you will understand that mastering the creation of advanced models capable of extracting valuable information is not the only critical skill: it is also essential to know how to communicate that knowledge through compelling, informative data visualizations. Effective visualizations not only make data easier to understand, they also highlight important patterns, trends, and relationships in a clear and accessible way.

    • Advanced charts

    • Multivariable visualization

    • Text visualization

    • Time series visualization

    • Design and aesthetics

    • Tips for building better charts

Unit 20 - Business Intelligence and dashboards

Through hands-on examples and case studies, you will develop the skills to identify patterns, trends, and improvement opportunities in business data, enabling you to make informed, strategic decisions that drive organizational success.

    • Introduction to Business Intelligence

    • Calculating key metrics

    • Dashboards

    • Functions and benefits

    • KPI

    • Advanced components

    • Tableau

    • Power BI

Unit 21 - Tableau

Tableau is a powerful data visualization tool that lets you create interactive visualizations and dynamic dashboards from complex datasets. In this topic, we will introduce the fundamentals of Tableau and how to use it to analyze and communicate data effectively.

    • Interface

    • Advantages and disadvantages

    • Types of visualizations

    • Building dashboards

    • Data import

    • Building visualizations

Unit 22 - Power BI

Power BI is a Microsoft data analytics platform that allows users to visualize and share data intuitively and effectively. In this topic, we will cover the fundamentals of Power BI and how to use it to create interactive reports, dynamic dashboards, and advanced data analysis.

    • Interface

    • Advantages and disadvantages

    • Types of visualizations

    • Building dashboards

    • Data import

    • Building visualizations

Unit 23 - Storytelling

In this topic, you will discover how to communicate the results of your data analyses effectively. You will learn to create compelling stories that convey your ideas to the audience clearly and concisely. You will explore techniques for structuring and presenting information coherently and persuasively, using visualizations, narratives, and practical examples.

    • Definition

    • The importance of storytelling

    • Narrative structure

    • Reports

    • Tips

    • Selecting meaningful data

    • Identifying the audience

    • Building effective storytelling

Masterclass - Designing and running an orchestrator agent for data science and Machine Learning with Claude Code

Hands-on masterclass on building agents with Claude Code: designing and configuring an orchestrator agent capable of supporting data collection, modeling and analysis, algorithm development, and fine-tuning, applied to the real workflows of the master.

MODULE VII. REGULATIONS AND ETHICS

Unit 24 - Legislation in data science

With the rapid advances in artificial intelligence, legislation in this field is becoming increasingly relevant. This topic presents the foundations that explain the importance of this area and analyzes the current state of artificial intelligence legislation. It explores the ethical, legal, and social challenges that arise with the development and implementation of AI systems, as well as the evolving regulations and policies designed to address them.

    • Privacy

    • Data protection and LOPD

    • Data processing

    • Data retention and deletion

    • Exercising rights

Unit 25 - Sustainability and ethics in Artificial Intelligence

The rise of artificial intelligence is driving increasingly intensive use of computing resources. This, along with other factors, makes sustainability a topic that matters more and more in the world of data science. In this topic, you will learn about the main ethical challenges we face in the development and implementation of artificial intelligence. You will explore issues such as privacy, algorithmic bias, transparency, and accountability in the design and use of AI systems. By understanding these ethical challenges, you will be better prepared to advocate for ethical and responsible practices in the development and application of artificial intelligence, contributing to a fairer, more equitable future for everyone.

    • The importance of sustainability

    • Current state

    • Explainability of artificial intelligence

    • Bias and Fairness

    • Challenges

    • Data ethics

    • Exploring negative scenarios

    • Governance and compliance

    • Sustainability

MODULE VIII. PLANNING AND MANAGING DATA SCIENCE AND AI PROJECTS

Unit 26 - Applications of Data Science and AI

You will learn how these technologies can benefit companies by improving their processes and supporting well-founded decision-making. You will review case studies and practical examples that illustrate how data science and artificial intelligence can be applied in sectors such as healthcare, e-commerce, finance, manufacturing, and many others.

    • Current situation and level of adoption

    • Evolution of the sector

    • Applications across different sectors

    • The future of the industry

Unit 27 - Planning Artificial Intelligence projects and Agile methodologies

This topic covers the life cycle for planning and executing artificial intelligence projects. You will learn to define project objectives, select the right tools, and manage the team effectively. You will explore the different stages of the project life cycle, from conception through implementation and maintenance, focusing on best practices to ensure the project's success. You will also learn to use methodologies such as Scrum and Kanban to work efficiently and adaptively. You will explore the core principles and practices of these methodologies, as well as their application in artificial intelligence projects. You will gain skills to manage teams, set priorities, and adapt to change in an agile and effective way, enabling you to deliver AI projects successfully in dynamic, demanding environments.

    • Solution design

    • Resource selection and management

    • Budgets

    • Planning

    • Introduction to agile methodologies

    • Advantages and limitations

    • Kanban

    • Execution

    • Control and monitoring

    • Project closure

    • Real-world experiences

    • Scrum

    • Adopting agile methodologies

Final Master's Project

This final project will allow students to apply, in practice, the knowledge acquired throughout the master. They will develop a project similar to those carried out by data scientists in their work environment. The project will be completed as a group, although students may request authorization to develop it individually. A tutor will be available to provide support whenever students need it.



MOST WIDELY USED TOOLS

Tool Tool Tool Tool Tool Tool Tool Tool Tool Tool Tool Tool Tool

Teachers of the program

teacher photo
company logo

Jordi Escayola

  • Global Head of Advanced Analytics, Artificial Intelligence, and Data Science at Sanofi
teacher photo
company logo

Lucía Escrivá Calatayud

  • Expert in Marketing Effectiveness and Advanced Analytics at L'Oréal
teacher photo
company logo

Ricardo Oliván Raya

  • Attorney in the Innovation, Privacy, and AI Legal Department at CaixaBank
teacher photo
company logo

Pablo Sánchez González

  • Senior Digitalization Specialist at BASF
teacher photo
company logo

Álvaro González Castro

  • Data and Artificial Intelligence Engineer at Altia
teacher photo
company logo

Xuan González

  • AI Researcher and Data Scientist at TheNextPangea.
teacher photo
company logo

Elena Alcover

  • CEO & Co-Founder at DataGrowth
teacher photo
company logo

David Corral Plaza

  • Senior Software Engineer at Xebia Functional

Much more than training

LIFELONG TRAINING

Rapid advances in digital technologies are expected. For this reason, the school's students will enjoy continuous access to updates and new content indefinitely.

ONGOING NETWORKING

Our private channel directly connects all alumni, instructors and companies so they can communicate easily. Virtual and in-person events are also organized for the community.

JOB BOARD AND INTERNSHIPS

Thanks to our strategic agreements, we can offer exciting employment opportunities and the option to complete internships, either during the course or after finishing it.

ACCELERATOR

We support students in transforming their final master's projects into startups. We offer mentors, access to investors and the collaboration of developers to build the minimum viable product.

EBIS IMPULSA: Training and certificates to continue your professional development

At EBIS we are committed to the professional development of our students even after they finish the master. That is why we have created this service, which will allow you to access, during the program and for up to one year after completing it, a selection of professional training programs and certifications in high demand in the job market. 


You can find all the details and the list of programs here




Imagen Formacion
REQUEST INFORMATION
FEATURED PROGRAMS

Frequently asked questions

Do I need prior experience in programming or advanced mathematics?


No prior experience in programming or statistics is required. The master includes a Prework module, ideal for students without previous knowledge in these areas, which will allow them to build a solid foundation in Python programming, mathematics, and statistics that will prove very useful for following the master properly.

What career paths does the Master in Data Science and Artificial Intelligence offer?


Graduates can move into roles such as Data Scientist, Data Analyst, Machine Learning Engineer, Artificial Intelligence Consultant, and other positions related to data analysis and exploitation across sectors such as banking, healthcare, retail, and technology.

What is academic support like during the master?


Students have recurring group tutoring sessions in the school's metaverse and one-on-one tutoring sessions on demand (with no limit) by video conference, ensuring personalized support tailored to each student's needs. They also have access to a Q&A forum where the tutor answers any question, providing direct and ongoing support. Questions can also be sent by email at any time, and technical support is available at all times to guarantee a smooth, uninterrupted learning experience.

Does EBIS offer complementary certifications upon completion of the master?


Upon completing the master, in addition to earning the dual degree in Data Science and Artificial Intelligence, issued by EBIS and the Universidad de Vitoria-Gasteiz (EUNEIZ), students also receive additional certifications. During the program, they have the opportunity to earn the Microsoft certificate in Azure AI Fundamentals and the leadership certificate awarded by Harvard Business Publishing Education (Harvard ManageMentor® - Leadership). In addition, complementary training and certificates are offered that students can complete once the master has ended, allowing them to broaden their professional profile in the areas that interest them most.

What kind of hands-on projects are developed during the master?


Throughout the master, students will continually put their newly acquired knowledge to the test through hands-on projects. These exercises are designed to simulate real-world situations in which they apply data analysis and artificial intelligence tools. Examples of these projects include predicting customer behavior, analyzing large volumes of data, image recognition, and building recommendation systems. This intensive practical component allows students to gain direct experience solving the problems companies face today.

What sets EBIS's Master in Data Science apart from other similar programs?


EBIS's Master in Data Science stands out for its highly practical approach, with real projects that allow students to apply what they learn to current industry problems. Sessions combine solid theoretical instruction with extensive hands-on practice, where students work actively on developing projects and case studies that simulate real-world scenarios. In addition, the program's instructors are specialists in the subjects they teach and work at some of the most recognized companies in the sector, such as Microsoft, IBM, Google, and Deloitte. This structure ensures that students not only acquire knowledge but continually apply it, preparing them comprehensively to take on the most current challenges in Data Science and Artificial Intelligence.

¹ This is a Spanish master’s degree awarded by the university of Vitoria-Gasteiz (taught in Spanish). It cannot be considered equivalent to an accredited U.S. master’s degree. Please fill out the form to receive more information about this distinction.

state training foundation banner

Center registered in the Spanish State Register of Training Bodies under Law 30/2015

© 2026 EBIS Business Techschool
English-speaking markets: Operated by Focotech Innova, S.L. · NIF B23948086 · Spain
Spanish-speaking markets: Operated by EBIS Enterprise, S.L. · NIF B75630632 · Spain
Principal Office: C. Agustín Millares, 18, 35001 Las Palmas de Gran Canaria, Spain