Skip to content

Commit c8adbb2

Browse files
committed
docs: format README to use markdown tables
1 parent 56e700b commit c8adbb2

File tree

1 file changed

+71
-57
lines changed

1 file changed

+71
-57
lines changed

README.md

Lines changed: 71 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,73 +2,87 @@
22

33
Fiddling around with DataFusion, pandas, and PyArrow.
44

5-
### Select
5+
## Select
66

7-
- [X] [] [] 1757. [Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products) - Easy
8-
- [X] [] [] 584. [Find Customer Referee](https://leetcode.com/problems/find-customer-referee) - Easy
9-
- [X] [] [] 595. [Big Countries](https://leetcode.com/problems/big-countries) - Easy
10-
- [X] [] [] 1148. [Article Views I](https://leetcode.com/problems/article-views-i) - Easy
11-
- [X] [] [] 1683. [Invalid Tweets](https://leetcode.com/problems/invalid-tweets) - Easy
7+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
8+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
9+
| 1757 | [Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products) | Easy ||||
10+
| 584 | [Find Customer Referee](https://leetcode.com/problems/find-customer-referee) | Easy ||||
11+
| 595 | [Big Countries](https://leetcode.com/problems/big-countries) | Easy ||||
12+
| 1148 | [Article Views I](https://leetcode.com/problems/article-views-i) | Easy ||||
13+
| 1683 | [Invalid Tweets](https://leetcode.com/problems/invalid-tweets) | Easy ||||
1214

13-
### Basic Joins
15+
## Basic Joins
1416

15-
- [X] [] [] 1378. [Replace Employee ID With The Unique Identifier](https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier) - Easy
16-
- [X] [] [] 1068. [Product Sales Analysis I](https://leetcode.com/problems/product-sales-analysis-i) - Easy
17-
- [X] [] [] 1581. [Customer Who Visited but Did Not Make Any Transactions](https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions) - Easy
18-
- [X] [] [] 197. [Rising Temperature](https://leetcode.com/problems/rising-temperature) - Easy
19-
- [X] [] [] 1661. [Average Time of Process per Machine](https://leetcode.com/problems/average-time-of-process-per-machine) - Easy
20-
- [X] [] [] 577. [Employee Bonus](https://leetcode.com/problems/employee-bonus) - Easy
21-
- [X] [] [] 1280. [Students and Examinations](https://leetcode.com/problems/students-and-examinations) - Easy
22-
- [X] [] [] 570. [Managers with at Least 5 Direct Reports](https://leetcode.com/problems/managers-with-at-least-5-direct-reports) - Medium
23-
- [X] [] [] 1934. [Confirmation Rate](https://leetcode.com/problems/confirmation-rate) - Medium
17+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
18+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
19+
| 1378 | [Replace Employee ID With The Unique Identifier](https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier) | Easy ||||
20+
| 1068 | [Product Sales Analysis I](https://leetcode.com/problems/product-sales-analysis-i) | Easy ||||
21+
| 1581 | [Customer Who Visited but Did Not Make Any Transactions](https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions) | Easy ||||
22+
| 197 | [Rising Temperature](https://leetcode.com/problems/rising-temperature) | Easy ||||
23+
| 1661 | [Average Time of Process per Machine](https://leetcode.com/problems/average-time-of-process-per-machine) | Easy ||||
24+
| 577 | [Employee Bonus](https://leetcode.com/problems/employee-bonus) | Easy ||||
25+
| 1280 | [Students and Examinations](https://leetcode.com/problems/students-and-examinations) | Easy ||||
26+
| 570 | [Managers with at Least 5 Direct Reports](https://leetcode.com/problems/managers-with-at-least-5-direct-reports) | Medium ||||
27+
| 1934 | [Confirmation Rate](https://leetcode.com/problems/confirmation-rate) | Medium ||||
2428

25-
### Basic Aggregate Functions
29+
## Basic Aggregate Functions
2630

27-
- [X] [X] [] 620. [Not Boring Movies](https://leetcode.com/problems/not-boring-movies) - Easy
28-
- [X] [] [] 1251. [Average Selling Price](https://leetcode.com/problems/average-selling-price) - Easy
29-
- [X] [] [] 1075. [Project Employees I](https://leetcode.com/problems/project-employees-i) - Easy
30-
- [X] [] [] 1633. [Percentage of Users Attended a Contest](https://leetcode.com/problems/percentage-of-users-attended-a-contest) - Easy
31-
- [X] [] [] 1211. [Queries Quality and Percentage](https://leetcode.com/problems/queries-quality-and-percentage) - Easy
32-
- [X] [] [] 1193. [Monthly Transactions I](https://leetcode.com/problems/monthly-transactions-i) - Medium
33-
- [X] [] [] 1174. [Immediate Food Delivery II](https://leetcode.com/problems/immediate-food-delivery-ii) - Medium
34-
- [X] [] [] 550. [Game Play Analysis IV](https://leetcode.com/problems/game-play-analysis-iv) - Medium
31+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
32+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
33+
| 620 | [Not Boring Movies](https://leetcode.com/problems/not-boring-movies) | Easy ||||
34+
| 1251 | [Average Selling Price](https://leetcode.com/problems/average-selling-price) | Easy ||||
35+
| 1075 | [Project Employees I](https://leetcode.com/problems/project-employees-i) | Easy ||||
36+
| 1633 | [Percentage of Users Attended a Contest](https://leetcode.com/problems/percentage-of-users-attended-a-contest) | Easy ||||
37+
| 1211 | [Queries Quality and Percentage](https://leetcode.com/problems/queries-quality-and-percentage) | Easy ||||
38+
| 1193 | [Monthly Transactions I](https://leetcode.com/problems/monthly-transactions-i) | Medium ||||
39+
| 1174 | [Immediate Food Delivery II](https://leetcode.com/problems/immediate-food-delivery-ii) | Medium ||||
40+
| 550 | [Game Play Analysis IV](https://leetcode.com/problems/game-play-analysis-iv) | Medium ||||
3541

36-
### Sorting and Grouping
42+
## Sorting and Grouping
3743

38-
- [X] [] [] 2356. [Number of Unique Subjects Taught by Each Teacher](https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher) - Easy
39-
- [X] [] [] 1141. [User Activity for the Past 30 Days I](https://leetcode.com/problems/user-activity-for-the-past-30-days-i) - Easy
40-
- [X] [] [] 1070. [Product Sales Analysis III](https://leetcode.com/problems/product-sales-analysis-iii) - Medium
41-
- [X] [] [] 596. [Classes More Than 5 Students](https://leetcode.com/problems/classes-more-than-5-students) - Easy
42-
- [X] [] [] 1729. [Find Followers Count](https://leetcode.com/problems/find-followers-count) - Easy
43-
- [X] [] [] 619. [Biggest Single Number](https://leetcode.com/problems/biggest-single-number) - Easy
44-
- [X] [] [] 1045. [Customers Who Bought All Products](https://leetcode.com/problems/customers-who-bought-all-products) - Medium
44+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
45+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
46+
| 2356 | [Number of Unique Subjects Taught by Each Teacher](https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher) | Easy ||||
47+
| 1141 | [User Activity for the Past 30 Days I](https://leetcode.com/problems/user-activity-for-the-past-30-days-i) | Easy ||||
48+
| 1070 | [Product Sales Analysis III](https://leetcode.com/problems/product-sales-analysis-iii) | Medium ||||
49+
| 596 | [Classes More Than 5 Students](https://leetcode.com/problems/classes-more-than-5-students) | Easy ||||
50+
| 1729 | [Find Followers Count](https://leetcode.com/problems/find-followers-count) | Easy ||||
51+
| 619 | [Biggest Single Number](https://leetcode.com/problems/biggest-single-number) | Easy ||||
52+
| 1045 | [Customers Who Bought All Products](https://leetcode.com/problems/customers-who-bought-all-products) | Medium ||||
4553

46-
### Advanced Select and Joins
54+
## Advanced Select and Joins
4755

48-
- [X] [] [] 1731. [The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee) - Easy
49-
- [X] [] [] 1789. [Primary Department for Each Employee](https://leetcode.com/problems/primary-department-for-each-employee) - Easy
50-
- [X] [] [] 610. [Triangle Judgement](https://leetcode.com/problems/triangle-judgement) - Easy
51-
- [X] [] [] 180. [Consecutive Numbers](https://leetcode.com/problems/consecutive-numbers) - Medium
52-
- [X] [] [] 1164. [Product Price at a Given Date](https://leetcode.com/problems/product-price-at-a-given-date) - Medium
53-
- [X] [] [] 1204. [Last Person to Fit in the Bus](https://leetcode.com/problems/last-person-to-fit-in-the-bus) - Medium
54-
- [X] [] [] 1907. [Count Salary Categories](https://leetcode.com/problems/count-salary-categories) - Medium
56+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
57+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
58+
| 1731 | [The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee) | Easy ||||
59+
| 1789 | [Primary Department for Each Employee](https://leetcode.com/problems/primary-department-for-each-employee) | Easy ||||
60+
| 610 | [Triangle Judgement](https://leetcode.com/problems/triangle-judgement) | Easy ||||
61+
| 180 | [Consecutive Numbers](https://leetcode.com/problems/consecutive-numbers) | Medium ||||
62+
| 1164 | [Product Price at a Given Date](https://leetcode.com/problems/product-price-at-a-given-date) | Medium ||||
63+
| 1204 | [Last Person to Fit in the Bus](https://leetcode.com/problems/last-person-to-fit-in-the-bus) | Medium ||||
64+
| 1907 | [Count Salary Categories](https://leetcode.com/problems/count-salary-categories) | Medium ||||
5565

56-
### Subqueries
66+
## Subqueries
5767

58-
- [X] [] [] 1978. [Employees Whose Manager Left the Company](https://leetcode.com/problems/employees-whose-manager-left-the-company) - Easy
59-
- [X] [] [] 626. [Exchange Seats](https://leetcode.com/problems/exchange-seats) - Medium
60-
- [X] [] [] 1341. [Movie Rating](https://leetcode.com/problems/movie-rating) - Medium
61-
- [] [X] [X] 1321. [Restaurant Growth](https://leetcode.com/problems/restaurant-growth) - Medium
62-
- [X] [] [] 602. [Friend Requests II: Who Has the Most Friends](https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends) - Medium
63-
- [X] [] [] 585. [Investments in 2016](https://leetcode.com/problems/investments-in-2016) - Medium
64-
- [X] [] [] 185. [Department Top Three Salaries](https://leetcode.com/problems/department-top-three-salaries) - Hard
68+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
69+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
70+
| 1978 | [Employees Whose Manager Left the Company](https://leetcode.com/problems/employees-whose-manager-left-the-company) | Easy ||||
71+
| 626 | [Exchange Seats](https://leetcode.com/problems/exchange-seats) | Medium ||||
72+
| 1341 | [Movie Rating](https://leetcode.com/problems/movie-rating) | Medium ||||
73+
| 1321 | [Restaurant Growth](https://leetcode.com/problems/restaurant-growth) | Medium ||||
74+
| 602 | [Friend Requests II: Who Has the Most Friends](https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends) | Medium ||||
75+
| 585 | [Investments in 2016](https://leetcode.com/problems/investments-in-2016) | Medium ||||
76+
| 185 | [Department Top Three Salaries](https://leetcode.com/problems/department-top-three-salaries) | Hard ||||
6577

66-
### Advanced String Functions / Regex / Clause
78+
## Advanced String Functions / Regex / Clause
6779

68-
- [X] [] [] 1667. [Fix Names in a Table](https://leetcode.com/problems/fix-names-in-a-table) - Easy
69-
- [X] [] [] 1527. [Patients With a Condition](https://leetcode.com/problems/patients-with-a-condition) - Easy
70-
- [X] [] [] 196. [Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails) - Easy
71-
- [X] [X] [X] 176. [Second Highest Salary](https://leetcode.com/problems/second-highest-salary) - Medium
72-
- [] [X] [] 1484. [Group Sold Products By The Date](https://leetcode.com/problems/group-sold-products-by-the-date) - Easy
73-
- [X] [] [] 1327. [List the Products Ordered in a Period](https://leetcode.com/problems/list-the-products-ordered-in-a-period) - Easy
74-
- [X] [] [] 1517. [Find Users With Valid E-Mails](https://leetcode.com/problems/find-users-with-valid-e-mails) - Easy
80+
| Problem # | Title | Difficulty | PyArrow | DataFusion | pandas |
81+
|----------:|:------|:-----------|:-------:|:----------:|:------:|
82+
| 1667 | [Fix Names in a Table](https://leetcode.com/problems/fix-names-in-a-table) | Easy ||||
83+
| 1527 | [Patients With a Condition](https://leetcode.com/problems/patients-with-a-condition) | Easy ||||
84+
| 196 | [Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails) | Easy ||||
85+
| 176 | [Second Highest Salary](https://leetcode.com/problems/second-highest-salary) | Medium ||||
86+
| 1484 | [Group Sold Products By The Date](https://leetcode.com/problems/group-sold-products-by-the-date) | Easy ||||
87+
| 1327 | [List the Products Ordered in a Period](https://leetcode.com/problems/list-the-products-ordered-in-a-period) | Easy ||||
88+
| 1517 | [Find Users With Valid E-Mails](https://leetcode.com/problems/find-users-with-valid-e-mails) | Easy ||||

0 commit comments

Comments
 (0)