SlideShare a Scribd company logo
1 of 2
Download to read offline
LoadCSV Loads a CSV file
LoadFixedLength Loads file with fixed length fields
LoadARFF Loads ARFF (WEKA supported file format)file
LoadHTMLTable Loads a HTML table
LoadDataTable Loads a ADO.NET DataTable
LoadFlatFile Loads a flat file given list of delimiters
LoadTSV Loads tab (‘t’) separated values
PrettyDump Dumps the data beautifully to Console
ToTable Generates a table from a list of tuples
ToHTMLTable Generates a HTML table from internal table
ToDataTable Generates a ADO.NET DataTable
ToARFF Generates a ARFF notation from the table
ExtractOutliers Extracts the outliers for the given column
RemoveOutliers Removes outliers in-place
Distinct Removes duplicate rows by calculating hash key
RemoveIfBetween Removes if values are between given values
RemoveIfNotBetween Removes if values are not between given values
RemoveMatches Removes if values match a given regular expression
RemoveNonMatches
Removes if values don’t match a given regular
expression
RemoveIfBefore Removes if the dates are before the given date
RemoveIfAfter Removes if the dates are after the given date
RemoveIfBetween Removes if the dates are between given dates
RemoveIfNotAnyOf Removes if values are not any of the given values
RemoveIfAnyOf Removes if the values are any of the given values
RemoveLessThan Removes if values are less than the given value
RemoveLessThanOrEqualTo
Removes if values are less or equal than the given
value
RemoveGreaterThan
Removes if the values are greater than the given
value.
RemoveGreaterThanOrEqualTo
Removes if the values are greater or equal than the
given value
RemoveIf<T> Removes if the given predicate for T matches.
RemoveIfNot<T> Removes if the given predicate for T doesn’t match.
Filter Filters out the given column for given values
FilterByRegex Filters out given column by the given regex
RunSQLQuery Runs SQL (standard) on the table
SortBy Sorts the table by the given column
SortInThisOrder
Sorts the table as per a given list for a given
column.
ModifyColumnName Changes column name.
ValuesOf Returns all values of the given column
ValuesOf<T> Returns all values of the given column casting to T.
AddRow Adds a new rows given the row as a dictionary
ExtractAndAddAsColumn
Extracts elements and add them in a different column
provided the regex and column name.
TranformCurrencyToNumeric
Identifies and removes currency symbols to make them
numeric so that sorting works as expected.
AddColumn Adds a new column given the values and column name
CumulativeFold Folds a column cumulatively given a scheme
CumulativeSum Folds a column cumulatively to generate running sum
Transform
Data Cleansing
Data Acquisition
Filtering and Slicing/Dicing
Transform Transforms values of a column by a rule
Histogram Generates histogram for a given column
SplitOn Splits the table based on values of the given column
MergeByColumns
Merges two tables based on the column that has common
values automagically
Merge
Merges two tables and keeps the keeps the duplicate
rows by default
Exclusive
Finds rows that are exclusively available on a single
table but not on the second one
Common Finds common rows from two tables
IsSubset
Checks whether a table is a subset of another table
or not
MergeColumns
Merges multiple columns to a single column provided
the scheme of merge and the new column name
Drop Drops mentioned column names
Pick Picks only the mentioned columns in the given order
RandomSample Generates a new table with random sample
Top Takes top N rows
Bottom Takes bottom N rows
TopNPercent Takes top N % rows
BottomNPercent Takes bottom N % rows
Middle Takes N rows from the middle
SplitByRows
Generates multiple tables by splitting all the rows
as per the given row count per table
SplitByColumns
Generates multiple tables by taking specified number
of columns for each table.
Shuffle Randomly shuffles the table in-place
RoundOffTo
Rounds off each numeric column to the given digits
count. Has an overload that allows specific precision
for each column.
Aggregate
Flattens a table by a scheme applied for all numeric
columns for each rows horizontally.
AggregateColumns
Flattens a table by a scheme applied for all the
numeric columns vertically.
Filtering and Slicing/Dicing
AddRows
Add new rows given a formula as string and
a precision for decimal digits
AddRowsByShortHand
Adds new rows by shorthand. Internally
calls AddRows after expanding the shorthand
notation. Supports programming short hand
notations like +=, -=, *=, /=, ++ and --
AddColumn
Adds a new column given a formula and a
precision for decimal digits
Programmatic Data Generation
ToBasicBootstrapHTMLTable Generates a basic bootstrap table. The
default bootstrap table class is striped.
ToBootstrapHTMLTableWithColoredRows
Generates a bootstrap table with colored
rows. You can specify a predicate for each
different classes of rows, “info”, “error”,
“danger” and “success”.
ToPieByGoogleDataVisualization
Generates a pie chart from the table using
Google data visualization API and the given
column. Changing an enum, this method can
be used to generate Pie,Donut and 3D Pie
chart.
ToBarChartByGoogleDataVisualization Generates a bar chart using google
visualization API and a given column.
Data Visualization Adapters

More Related Content

What's hot

M4 - Business Studies - Spreadsheets
M4 - Business Studies - SpreadsheetsM4 - Business Studies - Spreadsheets
M4 - Business Studies - SpreadsheetsJamie Hutt
 
Business - Spreadsheets
Business - SpreadsheetsBusiness - Spreadsheets
Business - SpreadsheetsJamie Hutt
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Ramesh Meti
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsKingston Tagoe
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheetsthowell1985
 
DATA SCIENCE TRAINING IN HYDERABAD
DATA SCIENCE TRAINING IN HYDERABADDATA SCIENCE TRAINING IN HYDERABAD
DATA SCIENCE TRAINING IN HYDERABADRS Trainings
 
Line graph bar graph
Line graph bar graphLine graph bar graph
Line graph bar graphAyesha Arshad
 
"Excelling in Excel" workshop
"Excelling in Excel" workshop"Excelling in Excel" workshop
"Excelling in Excel" workshopAngelina Teneva
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheetsTracy Gilmer
 
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)Nuzhat Memon
 
Spreadsheet terminology
Spreadsheet terminologySpreadsheet terminology
Spreadsheet terminologyTammy Carter
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instructiontotoros_girl
 
How To Use vLookup for Excel
How To Use vLookup for ExcelHow To Use vLookup for Excel
How To Use vLookup for Excelmikenobile
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheetsCasey Robertson
 
Spreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabSpreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabDanny Ambrosio
 

What's hot (20)

M4 - Business Studies - Spreadsheets
M4 - Business Studies - SpreadsheetsM4 - Business Studies - Spreadsheets
M4 - Business Studies - Spreadsheets
 
Business - Spreadsheets
Business - SpreadsheetsBusiness - Spreadsheets
Business - Spreadsheets
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic Spreadsheets
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Excel 2016 keyboard shortcut
Excel 2016 keyboard shortcutExcel 2016 keyboard shortcut
Excel 2016 keyboard shortcut
 
DATA SCIENCE TRAINING IN HYDERABAD
DATA SCIENCE TRAINING IN HYDERABADDATA SCIENCE TRAINING IN HYDERABAD
DATA SCIENCE TRAINING IN HYDERABAD
 
Powerpoint school
Powerpoint schoolPowerpoint school
Powerpoint school
 
Line graph bar graph
Line graph bar graphLine graph bar graph
Line graph bar graph
 
Exel
ExelExel
Exel
 
"Excelling in Excel" workshop
"Excelling in Excel" workshop"Excelling in Excel" workshop
"Excelling in Excel" workshop
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
 
Spreadsheet terminology
Spreadsheet terminologySpreadsheet terminology
Spreadsheet terminology
 
Data structures1
Data structures1Data structures1
Data structures1
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instruction
 
How To Use vLookup for Excel
How To Use vLookup for ExcelHow To Use vLookup for Excel
How To Use vLookup for Excel
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Spreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabSpreadsheets Concepts and Vocab
Spreadsheets Concepts and Vocab
 

Viewers also liked

Guía teórica seguridad informatica
Guía teórica seguridad informaticaGuía teórica seguridad informatica
Guía teórica seguridad informaticaClaaritau
 
Curso online Bienestar animal en el matadero
Curso online Bienestar animal en el mataderoCurso online Bienestar animal en el matadero
Curso online Bienestar animal en el mataderoiLabora
 
Professional ethics report
Professional ethics reportProfessional ethics report
Professional ethics reportEllery Quintia
 
Πίνακας κενών θέσεων Πειραματικών Σχολείων
Πίνακας κενών θέσεων Πειραματικών ΣχολείωνΠίνακας κενών θέσεων Πειραματικών Σχολείων
Πίνακας κενών θέσεων Πειραματικών ΣχολείωνΣπύρος Κυριαζίδης
 
Planeamiento mariam y katty
Planeamiento mariam y kattyPlaneamiento mariam y katty
Planeamiento mariam y kattyMarian Marian
 

Viewers also liked (15)

Xooker
XookerXooker
Xooker
 
16 surabaya
16 surabaya16 surabaya
16 surabaya
 
Abhilash Alwandi_Resume
Abhilash Alwandi_ResumeAbhilash Alwandi_Resume
Abhilash Alwandi_Resume
 
10 pro bisnis ok
10 pro bisnis ok10 pro bisnis ok
10 pro bisnis ok
 
12 13 surabaya-ok
12 13 surabaya-ok12 13 surabaya-ok
12 13 surabaya-ok
 
Guía teórica seguridad informatica
Guía teórica seguridad informaticaGuía teórica seguridad informatica
Guía teórica seguridad informatica
 
11 ekonomi ok
11 ekonomi ok11 ekonomi ok
11 ekonomi ok
 
Curso online Bienestar animal en el matadero
Curso online Bienestar animal en el mataderoCurso online Bienestar animal en el matadero
Curso online Bienestar animal en el matadero
 
Professional ethics report
Professional ethics reportProfessional ethics report
Professional ethics report
 
17 surabaya ok
17 surabaya ok17 surabaya ok
17 surabaya ok
 
Πίνακας κενών θέσεων Πειραματικών Σχολείων
Πίνακας κενών θέσεων Πειραματικών ΣχολείωνΠίνακας κενών θέσεων Πειραματικών Σχολείων
Πίνακας κενών θέσεων Πειραματικών Σχολείων
 
Planeamiento mariam y katty
Planeamiento mariam y kattyPlaneamiento mariam y katty
Planeamiento mariam y katty
 
CP463 Weka Project
CP463 Weka ProjectCP463 Weka Project
CP463 Weka Project
 
Gestion Escolar
Gestion EscolarGestion Escolar
Gestion Escolar
 
baksida2blå
baksida2blåbaksida2blå
baksida2blå
 

Similar to Squirrel do more_with_less_code_cheat_sheet_1

1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptxPizzaM
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdfNitish Nagar
 
DBMS and SQL(structured query language) .pptx
DBMS and SQL(structured query language) .pptxDBMS and SQL(structured query language) .pptx
DBMS and SQL(structured query language) .pptxjainendraKUMAR55
 
Advanced Excel Courses Mumbai
Advanced Excel Courses MumbaiAdvanced Excel Courses Mumbai
Advanced Excel Courses MumbaiFaiyaz Khairaz
 
MySQL-commands.pdf
MySQL-commands.pdfMySQL-commands.pdf
MySQL-commands.pdfssuserc5aa74
 
9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptx9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptxSheryldeVilla2
 
SQL select statement and functions
SQL select statement and functionsSQL select statement and functions
SQL select statement and functionsVikas Gupta
 
Crosstab query techniques
Crosstab query techniquesCrosstab query techniques
Crosstab query techniquesaabaap
 
Structured query language(sql)
Structured query language(sql)Structured query language(sql)
Structured query language(sql)Huda Alameen
 
Mysql 120831075600-phpapp01
Mysql 120831075600-phpapp01Mysql 120831075600-phpapp01
Mysql 120831075600-phpapp01sagaroceanic11
 
Introduction to oracle functions
Introduction to oracle functionsIntroduction to oracle functions
Introduction to oracle functionsNitesh Singh
 

Similar to Squirrel do more_with_less_code_cheat_sheet_1 (20)

dbms.pdf
dbms.pdfdbms.pdf
dbms.pdf
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
 
SQL report
SQL reportSQL report
SQL report
 
Ms excel
Ms excelMs excel
Ms excel
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
Module03
Module03Module03
Module03
 
DBMS and SQL(structured query language) .pptx
DBMS and SQL(structured query language) .pptxDBMS and SQL(structured query language) .pptx
DBMS and SQL(structured query language) .pptx
 
Advanced Excel Courses Mumbai
Advanced Excel Courses MumbaiAdvanced Excel Courses Mumbai
Advanced Excel Courses Mumbai
 
MySQL-commands.pdf
MySQL-commands.pdfMySQL-commands.pdf
MySQL-commands.pdf
 
Pandas csv
Pandas csvPandas csv
Pandas csv
 
MY SQL
MY SQLMY SQL
MY SQL
 
9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptx9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptx
 
Mysql
MysqlMysql
Mysql
 
Mysql
MysqlMysql
Mysql
 
Mysql
MysqlMysql
Mysql
 
SQL select statement and functions
SQL select statement and functionsSQL select statement and functions
SQL select statement and functions
 
Crosstab query techniques
Crosstab query techniquesCrosstab query techniques
Crosstab query techniques
 
Structured query language(sql)
Structured query language(sql)Structured query language(sql)
Structured query language(sql)
 
Mysql 120831075600-phpapp01
Mysql 120831075600-phpapp01Mysql 120831075600-phpapp01
Mysql 120831075600-phpapp01
 
Introduction to oracle functions
Introduction to oracle functionsIntroduction to oracle functions
Introduction to oracle functions
 

More from Sudipta Mukherjee

Sudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta_Mukherjee_Resume-Nov_2022.pdfSudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta_Mukherjee_Resume-Nov_2022.pdfSudipta Mukherjee
 
Sudipta mukherjee certificate
Sudipta mukherjee certificateSudipta mukherjee certificate
Sudipta mukherjee certificateSudipta Mukherjee
 
Squirrel – Enabling Accessible Analytics for All
Squirrel – Enabling Accessible Analytics for AllSquirrel – Enabling Accessible Analytics for All
Squirrel – Enabling Accessible Analytics for AllSudipta Mukherjee
 
Squirrel do more_with_less_code_light_cheatsheet
Squirrel do more_with_less_code_light_cheatsheetSquirrel do more_with_less_code_light_cheatsheet
Squirrel do more_with_less_code_light_cheatsheetSudipta Mukherjee
 
Functional programming (Let's fall back in love with Programming)
Functional programming (Let's fall back in love with Programming)Functional programming (Let's fall back in love with Programming)
Functional programming (Let's fall back in love with Programming)Sudipta Mukherjee
 
C sharp fsharp_pain_pleasure_1
C sharp fsharp_pain_pleasure_1C sharp fsharp_pain_pleasure_1
C sharp fsharp_pain_pleasure_1Sudipta Mukherjee
 

More from Sudipta Mukherjee (13)

Sudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta_Mukherjee_Resume-Nov_2022.pdfSudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta_Mukherjee_Resume-Nov_2022.pdf
 
Sudipta mukherjee certificate
Sudipta mukherjee certificateSudipta mukherjee certificate
Sudipta mukherjee certificate
 
Sudipta mukherjee 2016_2017
Sudipta mukherjee 2016_2017Sudipta mukherjee 2016_2017
Sudipta mukherjee 2016_2017
 
Think in linq
Think in linqThink in linq
Think in linq
 
Sudipta_Mukherjee_2016_2017
Sudipta_Mukherjee_2016_2017Sudipta_Mukherjee_2016_2017
Sudipta_Mukherjee_2016_2017
 
Coursera ml 2016
Coursera ml 2016Coursera ml 2016
Coursera ml 2016
 
Squirrel – Enabling Accessible Analytics for All
Squirrel – Enabling Accessible Analytics for AllSquirrel – Enabling Accessible Analytics for All
Squirrel – Enabling Accessible Analytics for All
 
Squirrel do more_with_less_code_light_cheatsheet
Squirrel do more_with_less_code_light_cheatsheetSquirrel do more_with_less_code_light_cheatsheet
Squirrel do more_with_less_code_light_cheatsheet
 
Sudipta mukherjee
Sudipta mukherjeeSudipta mukherjee
Sudipta mukherjee
 
Thinking in linq
Thinking in linqThinking in linq
Thinking in linq
 
Functional programming (Let's fall back in love with Programming)
Functional programming (Let's fall back in love with Programming)Functional programming (Let's fall back in love with Programming)
Functional programming (Let's fall back in love with Programming)
 
C sharp fsharp_pain_pleasure_1
C sharp fsharp_pain_pleasure_1C sharp fsharp_pain_pleasure_1
C sharp fsharp_pain_pleasure_1
 
110103
110103110103
110103
 

Recently uploaded

Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 

Recently uploaded (20)

Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 

Squirrel do more_with_less_code_cheat_sheet_1

  • 1. LoadCSV Loads a CSV file LoadFixedLength Loads file with fixed length fields LoadARFF Loads ARFF (WEKA supported file format)file LoadHTMLTable Loads a HTML table LoadDataTable Loads a ADO.NET DataTable LoadFlatFile Loads a flat file given list of delimiters LoadTSV Loads tab (‘t’) separated values PrettyDump Dumps the data beautifully to Console ToTable Generates a table from a list of tuples ToHTMLTable Generates a HTML table from internal table ToDataTable Generates a ADO.NET DataTable ToARFF Generates a ARFF notation from the table ExtractOutliers Extracts the outliers for the given column RemoveOutliers Removes outliers in-place Distinct Removes duplicate rows by calculating hash key RemoveIfBetween Removes if values are between given values RemoveIfNotBetween Removes if values are not between given values RemoveMatches Removes if values match a given regular expression RemoveNonMatches Removes if values don’t match a given regular expression RemoveIfBefore Removes if the dates are before the given date RemoveIfAfter Removes if the dates are after the given date RemoveIfBetween Removes if the dates are between given dates RemoveIfNotAnyOf Removes if values are not any of the given values RemoveIfAnyOf Removes if the values are any of the given values RemoveLessThan Removes if values are less than the given value RemoveLessThanOrEqualTo Removes if values are less or equal than the given value RemoveGreaterThan Removes if the values are greater than the given value. RemoveGreaterThanOrEqualTo Removes if the values are greater or equal than the given value RemoveIf<T> Removes if the given predicate for T matches. RemoveIfNot<T> Removes if the given predicate for T doesn’t match. Filter Filters out the given column for given values FilterByRegex Filters out given column by the given regex RunSQLQuery Runs SQL (standard) on the table SortBy Sorts the table by the given column SortInThisOrder Sorts the table as per a given list for a given column. ModifyColumnName Changes column name. ValuesOf Returns all values of the given column ValuesOf<T> Returns all values of the given column casting to T. AddRow Adds a new rows given the row as a dictionary ExtractAndAddAsColumn Extracts elements and add them in a different column provided the regex and column name. TranformCurrencyToNumeric Identifies and removes currency symbols to make them numeric so that sorting works as expected. AddColumn Adds a new column given the values and column name CumulativeFold Folds a column cumulatively given a scheme CumulativeSum Folds a column cumulatively to generate running sum Transform Data Cleansing Data Acquisition Filtering and Slicing/Dicing
  • 2. Transform Transforms values of a column by a rule Histogram Generates histogram for a given column SplitOn Splits the table based on values of the given column MergeByColumns Merges two tables based on the column that has common values automagically Merge Merges two tables and keeps the keeps the duplicate rows by default Exclusive Finds rows that are exclusively available on a single table but not on the second one Common Finds common rows from two tables IsSubset Checks whether a table is a subset of another table or not MergeColumns Merges multiple columns to a single column provided the scheme of merge and the new column name Drop Drops mentioned column names Pick Picks only the mentioned columns in the given order RandomSample Generates a new table with random sample Top Takes top N rows Bottom Takes bottom N rows TopNPercent Takes top N % rows BottomNPercent Takes bottom N % rows Middle Takes N rows from the middle SplitByRows Generates multiple tables by splitting all the rows as per the given row count per table SplitByColumns Generates multiple tables by taking specified number of columns for each table. Shuffle Randomly shuffles the table in-place RoundOffTo Rounds off each numeric column to the given digits count. Has an overload that allows specific precision for each column. Aggregate Flattens a table by a scheme applied for all numeric columns for each rows horizontally. AggregateColumns Flattens a table by a scheme applied for all the numeric columns vertically. Filtering and Slicing/Dicing AddRows Add new rows given a formula as string and a precision for decimal digits AddRowsByShortHand Adds new rows by shorthand. Internally calls AddRows after expanding the shorthand notation. Supports programming short hand notations like +=, -=, *=, /=, ++ and -- AddColumn Adds a new column given a formula and a precision for decimal digits Programmatic Data Generation ToBasicBootstrapHTMLTable Generates a basic bootstrap table. The default bootstrap table class is striped. ToBootstrapHTMLTableWithColoredRows Generates a bootstrap table with colored rows. You can specify a predicate for each different classes of rows, “info”, “error”, “danger” and “success”. ToPieByGoogleDataVisualization Generates a pie chart from the table using Google data visualization API and the given column. Changing an enum, this method can be used to generate Pie,Donut and 3D Pie chart. ToBarChartByGoogleDataVisualization Generates a bar chart using google visualization API and a given column. Data Visualization Adapters