LoslegenKostenlos loslegen

Installation and documentation for csvkit

First step in learning about any libraries, tools, or suite of tools is to make sure we are using the latest and most stable version.

Second step is to make sure we know how to access the documentation so we know where to go when we get stuck.

Let's do both in this exercise for csvkit and the various commands in this suite of data processing command-line tools.

Diese Übung ist Teil des Kurses

Data Processing in Shell

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Upgrade csvkit using pip  
pip install ___ csvkit 
Code bearbeiten und ausführen