Error while counting the unique values in all columns in csv fileCSV file + set CSV parameters and values in...
Can Fabled Passage generate two mana with Amulet of Vigor?
Manager told a colleague of mine I was getting fired soon
Where does the image of a data connector as a sharp metal spike originate from?
In search of a pedagogically simple example of asymmetric encryption routine?
What would the EU’s position be with respect to a United Ireland?
Driving test in New Zealand?
Why is my vegetable stock bitter, but the chicken stock not?
Did S. Lang prove Kuratowski–Zorn lemma without Axiom of choice or Well-ordering theorem?
SHA3-255, one bit less
Are there manual checks for non EU citizens in airports when travelling inside the EU?
Can I voluntarily exit from the US after a 20 year overstay, or could I be detained at the airport?
Anonymous reviewer disclosed his identity. Should I thank him by name?
Determining if auto stats update is in progress
Advices to added homemade symbols
Was Smaug sealed inside the Lonely Mountain?
Does it require less energy to reach the Sun from Pluto's orbit than from Earth's orbit?
Notation clarity question for a conglomerate of accidentals
Quote to show students don't have to fear making mistakes
Has Boris Johnson ever referred to any of his opponents as "traitors"?
Lighthouse Alternatives
Search for something difficult to count/estimate
Why do many websites hide input when entering a OTP
How dangerous are my worn rims?
Bothered by watching coworkers slacking off
Error while counting the unique values in all columns in csv file
CSV file + set CSV parameters and values in bash scriptcsv file with multiple columns to zenityError while counting characters in a fileRemove Columns from a CSV FileBash-search and replace-Merge columns in CSV fileFind count of unique values in columns based on date in column 1extract columns from csv to a text fileCounting unique values in all columns of a csv file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
I have a dataset student.csv which contains details of 1000 students i.e with 1000 rows and 10 columns.
The sample data is given below:
s_id,S_name,S_dob,s_class,s_marks,
1,abc,1/1/18,5,49,
2,xyz,1/1/17,4,85,
3,pqr,1/2/18,2,78,
So I want to count unique values in all the columns. I tried to use
csvstat --unique student.csv
It gave an error "Your file is not utf-8 encoded". When I tried to convert the encoding to utf-8 using "iconv", it is then giving an error "illegal input sequence" which i'm unable to solve.
Any help regarding this matter would be great.
The expected out is
s_id 3
s_name 3
.
.
.
Thanks.
linux bash awk csv
New contributor
add a comment
|
I have a dataset student.csv which contains details of 1000 students i.e with 1000 rows and 10 columns.
The sample data is given below:
s_id,S_name,S_dob,s_class,s_marks,
1,abc,1/1/18,5,49,
2,xyz,1/1/17,4,85,
3,pqr,1/2/18,2,78,
So I want to count unique values in all the columns. I tried to use
csvstat --unique student.csv
It gave an error "Your file is not utf-8 encoded". When I tried to convert the encoding to utf-8 using "iconv", it is then giving an error "illegal input sequence" which i'm unable to solve.
Any help regarding this matter would be great.
The expected out is
s_id 3
s_name 3
.
.
.
Thanks.
linux bash awk csv
New contributor
add a comment
|
I have a dataset student.csv which contains details of 1000 students i.e with 1000 rows and 10 columns.
The sample data is given below:
s_id,S_name,S_dob,s_class,s_marks,
1,abc,1/1/18,5,49,
2,xyz,1/1/17,4,85,
3,pqr,1/2/18,2,78,
So I want to count unique values in all the columns. I tried to use
csvstat --unique student.csv
It gave an error "Your file is not utf-8 encoded". When I tried to convert the encoding to utf-8 using "iconv", it is then giving an error "illegal input sequence" which i'm unable to solve.
Any help regarding this matter would be great.
The expected out is
s_id 3
s_name 3
.
.
.
Thanks.
linux bash awk csv
New contributor
I have a dataset student.csv which contains details of 1000 students i.e with 1000 rows and 10 columns.
The sample data is given below:
s_id,S_name,S_dob,s_class,s_marks,
1,abc,1/1/18,5,49,
2,xyz,1/1/17,4,85,
3,pqr,1/2/18,2,78,
So I want to count unique values in all the columns. I tried to use
csvstat --unique student.csv
It gave an error "Your file is not utf-8 encoded". When I tried to convert the encoding to utf-8 using "iconv", it is then giving an error "illegal input sequence" which i'm unable to solve.
Any help regarding this matter would be great.
The expected out is
s_id 3
s_name 3
.
.
.
Thanks.
linux bash awk csv
linux bash awk csv
New contributor
New contributor
New contributor
asked 27 mins ago
ramu suriramu suri
1
1
New contributor
New contributor
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
ramu suri is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f544157%2ferror-while-counting-the-unique-values-in-all-columns-in-csv-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
ramu suri is a new contributor. Be nice, and check out our Code of Conduct.
ramu suri is a new contributor. Be nice, and check out our Code of Conduct.
ramu suri is a new contributor. Be nice, and check out our Code of Conduct.
ramu suri is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f544157%2ferror-while-counting-the-unique-values-in-all-columns-in-csv-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown