Skip to content

Instantly share code, notes, and snippets.

@dmontaner
Last active December 21, 2019 23:39
Show Gist options
  • Save dmontaner/032ad907ab1388c5beccd96c5bb98a2a to your computer and use it in GitHub Desktop.
Save dmontaner/032ad907ab1388c5beccd96c5bb98a2a to your computer and use it in GitHub Desktop.
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item If you include a task list in the first comment of an Issue, you will get a handy progress indicator in your issue list. It also works in Pull Requests!

Tables

You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

+--------------------------------+----------------------------------------------------------------------------------------+ | Deleted Columns |Column names in the first (old) data.frame not found in the second (new) data.frame.| +--------------------------------+----------------------------------------------------------------------------------------+ | New Columns |Column names in the second data.frame not found in the first data.frame. | +--------------------------------+----------------------------------------------------------------------------------------+ | Changed Column Classes |Columns with different class in the first and second data.frames. | +--------------------------------+----------------------------------------------------------------------------------------+ | Duplicated Rows Old Table |Rows with duplicated IDs in the first data.frame. This rows are not compared. | +--------------------------------+----------------------------------------------------------------------------------------+ | Duplicated Rows New Table |Rows with duplicated IDs in the second data.frame. This rows are not compared. | +--------------------------------+----------------------------------------------------------------------------------------+ | Deleted Rows |Rows in the first data.frame which ID is not found in the second data.frame. | +--------------------------------+----------------------------------------------------------------------------------------+ | New Rows |Rows in the second data.frame which ID is not found in the first data.frame. | +--------------------------------+----------------------------------------------------------------------------------------+ | Changed Cells |Cells which have changed from one dataset to the other. | +--------------------------------+----------------------------------------------------------------------------------------+

@dmontaner
Copy link
Author

va

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment