Select your country to view prices and course dates.

x

Recent Searches
Category

Microsoft Copilot Courses

Category

Microsoft Power BI

Category

AI for Business

Category

Microsoft Excel

Category

Professional Development

Category

Microsoft Office 365

Category

Excel Specialist

Category

Microsoft Project

Category

R Programming

Category

Python

Category

SQL

Category

Power Apps

Category

SharePoint

Category

Power Automate

Category

Microsoft Teams

Category

Microsoft Visio

Category

Microsoft PowerPoint

Category

Microsoft Word

Category

Microsoft Outlook

Category

Adobe InDesign Courses

Category

Adobe Photoshop Courses

Category

Adobe Illustrator Courses

Category

Adobe Premiere Pro Training

Category

Adobe After Effects Training

Category

Adobe Acrobat Courses

Category

Adobe Captivate Training

Category

Adobe Animate Training

Category

HTML Courses

Category

WordPress

Category

Canva Courses

Category

Microsoft Access

Category

Webinars

Course

Copilot for M365

Course

Power BI Beginner

Course

ChatGPT Beginner

Course

Excel Beginner

Course

Achieving Leadership & Success

Course

Microsoft 365 Beginner

Course

Financial Modelling

Course

Project Beginner

Course

R Programming Beginner

Course

Python Beginner

Course

SQL Beginner

Course

Power Apps Beginner

Course

SharePoint Beginner

Course

Teams Essentials

Course

Visio Essentials

Course

PowerPoint Level 1

Course

Word Beginner

Course

Microsoft Outlook Beginner

Course

InDesign Lite

Course

Photoshop Training Intro

Course

Illustrator Training Intro

Course

Premiere Training Intro

Course

After Effects Training Intro

Course

Acrobat Essentials

Course

Captivate Training

Course

Animate Training Intro

Course

HTML Training Intro

Course

WordPress Essentials

Course

Canva Beginners

Course

Microsoft Access Essentials

Course

Copilot for Word

Course

Power BI Intermediate

Course

Excel Intermediate

Course

Microsoft 365 Intermediate

Course

Analysis and Dashboards

Course

Project Intermediate

Course

R Programming Intermediate

Course

Python Intermediate

Course

SQL Intermediate

Course

Power Apps Intermediate

Course

SharePoint Intermediate

Course

PowerPoint Level 2

Course

Word Intermediate

Course

InDesign Training Intro

Course

Photoshop Lite

Course

Illustrator Training Advanced

Course

Premiere Basics Training

Course

Acrobat Forms

Course

Canva Intermediate

Course

Microsoft Access Advanced

Course

Copilot for Excel

Course

Power BI Advanced

Course

Excel Advanced

Course

Microsoft 365 Advanced

Course

Excel VBA

Course

Project Advanced

Course

R Programming Advanced

Course

Python Advanced

Course

SQL Advanced

Course

Power Apps Advanced

Course

SharePoint Advanced (Site Owner)

Course

Word Advanced

Course

InDesign Training Advanced

Course

Photoshop Training Advanced

Course

Advanced Premiere Training

Course

Advanced After Effects Training

Course

Canva Advanced

Course

Copilot for PowerPoint

Course

Power BI DAX

Course

Excel Expert

Course

Machine Learning in R

Course

SharePoint Advanced (Document Governance)

Course

InDesign Interactivity Training

Course

Copilot for Outlook and Teams

Course

InDesign Accessibility Training

Course

Power Automate Beginner

Course

Power Automate Intermediate

Course

Microsoft Outlook Advanced

Course

AI Prompting Fundamentals

Course

Power Automate Advanced

Course

Excel Tables and Pivot Tables

Course

Data Transformation with Power Query

Course

Excel Macro Mastery

Course

Power BI Desktop Advanced Reporting

Course

AI for Business Leaders and Managers

Course

Data Visualisation with Power BI Desktop

Course

Anger Management & Negotiation Skills

Course

Assertiveness & Confidence

Course

Building Resilience

Course

Coaching and Mentoring

Course

Communications

Course

Communications & Quality Client Service Training

Course

Critical Thinking and Problem Solving

Course

Cultural Diversity in the Workplace

Course

Embracing Change

Course

Growing Emotional Intelligence

Course

Minute Taking

Course

Persuasion and Negotiation Skills

Course

Presentation Skills and Public Speaking

Course

Practical Project Management

Course

Respect, Equity and Diversity (RED)

Course

Resumé Writing and Interview Skills

Course

Stress Management

Course

Team Leadership, Management and Development

Course

Time Management Intensive

Course

Train the Trainer

Course

Write Effective Business Documents

Course

Dealing with Difficult People

Course

Managing Difficult Conversations

Course

Managing the Virtual Workplace

Increase Productivity with Python & R

Tamara Shatar | Feb 05, 2021
What is R script? Nexacu

Increase productivity with Python and R 

While point-and-click software like Excel is easy to learn and great for many common data operations, investing a few weeks to learn to use a programming language like R or Python can enable you to achieve big productivity gains. 



Why is it easy to be more productive in R and Python? 

Both R and Python have a huge range of functionality available for working with data. They are both able to handle much larger datasets than Excel and perform operations more quickly. 
Working with R or Python involves writing code. That can sound daunting but in reality most common data operations are accessed by simply calling a function by name using syntax which is similar to that of Excel functions. If the functionality you need does not exist, you can write your own custom functions. 
Rerunning scripts or reusing functions with new datasets can easily save hundreds of hours of manual data processing and analysis time. Automating repetitive processes ensures that exactly the same steps are followed each time and reduces errors. Automation also frees you or your staff from tedious, boring tasks. 



An example of code for basic data processing 

The following block of code creates a new dataset (final_data) by manipulating an existing dataset by ordering it, adding four new variables that are functions of existing variables, dropping a column and filtering the results. 
final_data <- dataset %>% 
  arrange(Price) %>% 
  mutate(lDate = mdy(Date), Month = month(lDate)) %>% 
  mutate(Profit = Sales - Cost, Margin = Profit/Sales) %>% 
  select(-Date) %>% 
  filter(Sales > 0) 
This could also be achieved very simply via a point-and-click GUI but would be very time-consuming when done repeatedly. A lot of time can be saved by using R or Python to automate this task. 
If the code above is put into an R functionmanip_dtit can be used with any other dataset, e.g. manip_dt(dataset2). 

If you have hundreds of files
 to be processedthe two lines of code below will read in all files from a folder and process them in seconds. 
processed_files <- 
  map(dir(data_folder), read_csv) %>% 
map(manip_dt) 
Automation can also be used to extract insights from data through summarising, modelling and visualisation. 


Starting out with R or Python 

The benefits of learning to use a code-based tool are enormous and go well beyond automation applications. Both R and Python are free and can be used to perform many kinds of analyses not readily available elsewhere. 

We understand that taking that first step can be the most difficult so we offer courses that start from the absolute basics. All our R and Python courses come with 12 weeks of ongoing support to help you get started on your own projects. And for those who would like to gain proficiency in a short time, our Certification pathways provide practice exercises, support and feedback to get you working confidently quickly.  



Explore R Programming Courses

Explore Python Courses

Trusted Globally by Leading Organisations

At Nexacu, we are proud to be the trusted training partner for hundreds of leading organisations across Australia, New Zealand, and around the world. From government agencies to multinational corporations, we help teams build practical skills and achieve real outcomes through expert-led training.

  • 400+ companies rely on Nexacu for workforce development
  • Trusted by government agencies at all levels
  • Delivering training across 9 countries and growing

Why Nexacu? 

step by step courseware

Step by Step Courseware

Custom workbook included with a step by step exercises

Facility Image 2
Facility Image 3
Facility Image 1

Interactive real time training

Interactive, Real-Time Training

Learn with expert instructors, wherever you are

Trusted by Business

Trusted by Business

Procured by Government

Procured by Goverment

Reviews Not Found

Valued by Individuals