We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 15 columns, instead of 14 in line 5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marketplace,customer_id,review_id,product_id,product_parent,product_title,product_category,star_rating,helpful_votes,total_votes,vine,verified_purchase,review_headline,review_body,review_date | |
US,3653882,R3O9SGZBVQBV76,B00FALQ1ZC,937001370,"Invicta Women's 15150 ""Angel""",Watches,5,0,0,N,Y,Five Stars,Absolutely love this watch!,8/31/2015 | |
US,14661224,RKH8BNC3L5DLF,B00D3RGO20,484010722,Kenneth Cole New York Women's KC4944,Watches,5,0,0,N,Y,I love thiswatch it keeps time wonderfully,I love this watch it keeps time wonderfully.,8/31/2015 | |
US,27324930,R2HLE8WKZSU3NL,B00DKYC7TK,361166390,Ritche 22mm Black Stainless Steel,Watches,2,1,1,N,Y,Two Stars,Scratches,8/31/2015 | |
US,7211452,R31U3UH5AZ42LL,B000EQS1JW,958035625,Citizen Men's BM8180-03E Eco-Drive,Watches,5,0,0,N,Y,Five Stars,"It works well on me. However, I found cheaper prices in other places.",8/31/2015 | |
US,12733322,R2SV659OUJ945Y,B00A6GFD7S,765328221,Orient ER27009B Men's Symphony Automatic,Watches,4,0,0,N,Y,"Beautiful face, but cheap sounding links",Beautiful w |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-1.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-2.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-3.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-4.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-5.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-6.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-7.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-8.txt"></script> | |
<script src="https://gist.github.com/pabloagn/6833c60dc47b5bc6bda1222e89e78147.js?file=polars-9.txt"></script> | |
<script src="https://gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{tikzpicture} | |
\begin{axis}[no markers, domain=0:10, samples=100, | |
axis lines*=left, xlabel=Test, ylabel=axis $y$, | |
height=6cm, width=10cm, | |
xticklabels={Test A,Test B,Test C,Test D, Test A,Test B,Test C,Test D}, ytick=\empty, | |
enlargelimits=false, clip=false, axis on top, | |
grid = major] | |
\addplot [fill=cyan!20, draw=none, domain=-3:3] {gauss(0,1)} \closedcycle; | |
\addplot [fill=orange!20, draw=none, domain=-3:-2] {gauss(0,1)} \closedcycle; | |
\addplot [fill=orange!20, draw=none, domain=2:3] {gauss(0,1)} \closedcycle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ | |
_ _ _(_)_ | Documentation: https://docs.julialang.org | |
(_) | (_) (_) | | |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 1.8.3 (2022-11-14) | |
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release | |
|__/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Correlation Coefficient for a Direct Relationship | Correlation Coefficient for an Indirect Relationship | Relationship Strength of the Variables | |
---|---|---|---|
0 | 0 | None/trivial | |
0.1 | -0.1 | Weak/small | |
0.3 | -0.3 | Moderate/medium | |
0.5 | -0.5 | Strong/large | |
1 | -1 | Perfect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Created on Wed Jan 18 19:23:00 2023 | |
@author: Pablo Aguirre | |
GitHub: https://github.com/pabloagn | |
Website: https://pabloagn.com | |
Contact: https://pabloagn.com/contact | |
Part of Blog Article: what-are-github-gists-and-how-to-use-them | |
""" |