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;
}








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.










share|improve this question







New contributor



ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




























    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.










    share|improve this question







    New contributor



    ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0












      0








      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.










      share|improve this question







      New contributor



      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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






      share|improve this question







      New contributor



      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 27 mins ago









      ramu suriramu suri

      1




      1




      New contributor



      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      ramu suri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          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.










          draft saved

          draft discarded
















          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.










          draft saved

          draft discarded

















          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...