Data management for social scientists: from files to databases
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge
Cambridge University Press
[2023]
|
Schriftenreihe: | Methodological tools in the social sciences
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Klappentext |
Beschreibung: | xiii, 227 Seiten Illustrationen, Diagramme, Karten |
ISBN: | 9781108845670 9781108964784 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV048453626 | ||
003 | DE-604 | ||
005 | 20230808 | ||
007 | t | ||
008 | 220905s2023 a||| |||| 00||| eng d | ||
020 | |a 9781108845670 |c hardback |9 978-1-108-84567-0 | ||
020 | |a 9781108964784 |c paperback |9 978-1-108-96478-4 | ||
035 | |a (OCoLC)1374572791 | ||
035 | |a (DE-599)BVBBV048453626 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-384 |a DE-29 |a DE-11 | ||
084 | |a MR 2200 |0 (DE-625)123489: |2 rvk | ||
084 | |a AP 13500 |0 (DE-625)6882: |2 rvk | ||
100 | 1 | |a Weidmann, Nils B. |d 1976- |e Verfasser |0 (DE-588)1072067153 |4 aut | |
245 | 1 | 0 | |a Data management for social scientists |b from files to databases |c Nils B. Weidmann (University of Konstanz, Germany) |
264 | 1 | |a Cambridge |b Cambridge University Press |c [2023] | |
264 | 4 | |c © 2023 | |
300 | |a xiii, 227 Seiten |b Illustrationen, Diagramme, Karten | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Methodological tools in the social sciences | |
650 | 0 | 7 | |a Datenmanagement |0 (DE-588)4213132-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Forschungsdaten |0 (DE-588)1098579690 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Sozialwissenschaften |0 (DE-588)4055916-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Informatik |0 (DE-588)4026894-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenbank |0 (DE-588)4011119-2 |2 gnd |9 rswk-swf |
653 | 0 | |a Social sciences / Research | |
653 | 0 | |a Social sciences / Data processing | |
689 | 0 | 0 | |a Datenmanagement |0 (DE-588)4213132-7 |D s |
689 | 0 | 1 | |a Forschungsdaten |0 (DE-588)1098579690 |D s |
689 | 0 | 2 | |a Sozialwissenschaften |0 (DE-588)4055916-6 |D s |
689 | 0 | 3 | |a Datenbank |0 (DE-588)4011119-2 |D s |
689 | 0 | 4 | |a Informatik |0 (DE-588)4026894-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Klappentext |
999 | |a oai:aleph.bib-bvb.de:BVB01-033831744 |
Datensatz im Suchindex
_version_ | 1804184387512696832 |
---|---|
adam_text | Contents page xi Preface PART I i 2 3 Motivation i. i Data Processing and the Research Cycle 1.2 What We Do (and Don’t Do) in this Book 1.3 Why Focus on Data Processing? 1.4 Data in Files vs. Data in Databases i. 5 Target Audience, Requirements and Software 1.6 Plan of the Book Gearing Up 2.1 R and RStudio 2.2 Setting Up the Project Environment for Your Work 2.3 The PostgreSQL Database System 2.4 Summary and Outlook Data = Content + Structure 3.1 What Is Data? 3.2 Data Content and Structure 3.3 Tables, Tables, Tables 3.4 The Structure of Tables Matters 3.5 Summary and Outlook PART II 4 INTRODUCTION 3 4 5 7 9 11 11 14 14 16 20 22 23 23 24 26 30 35 DATA IN FILES Storing Data in Files 4.1 Text and Binary Files 4.2 File Formats for Tabular Data vii 39 40 43
viii 5 6 7 Contents 4.3 Transparent and Efficient Use of Files 4.4 Summary and Outlook 54 57 Managing Data in Spreadsheets 5.1 Application: Spatial Inequality 5.2 Spreadsheet Tables and (the Lack of) Structure 5.3 Retrieving Data from a Table 5.4 Changing Table Structure and Content 5.5 Aggregating Data from a Table 5.6 Exporting Spreadsheet Data 5.7 Results: Spatial Inequality 5.8 Summary and Outlook Basic Data Management in R 6.1 Application: Inequality and Economic Performance in the US 6.2 Loading the Data 6.3 Merging Tables 6.4 Aggregating Data from a Table 6.5 Results: Inequality and Economic Performance in the US 6.6 Summary and Outlook R and the tidyverse 7.1 Application: Global Patterns of Inequality across Regime Types 7.2 A New Operator: The Pipe 7.3 Loading the Data 7.4 Merging the WID and Polity IV Datasets 7.5 Grouping and Aggregation 7.6 Results: Global Patterns of Inequality across Regime Types 7.7 Other Useful Functions in the tidyverse 7.8 Summary and Outlook 59 60 63 64 66 67 70 70 71 74 75 76 79 82 84 85 87 PART III 88 89 90 92 93 96 97 99 DATA IN DATABASES 8 Introduction to Relational Databases 8.1 Database Servers and Clients 8.2 SQL Basics 8.3 Application: Electoral Disproportionality by Country 8.4 Creating a Table with National Elections 8.5 Computing Electoral Disproportionality 8.6 Results: Electoral Disproportionality by Country 8.7 Summary and Outlook 103 105 108 109 110 115 117 118 9 Relational Databases and Multiple Tables 9.1 Application: The Rise of Populism in Europe 9.2 Adding the Tables 9.3 Joining the Tables 121 122 123 125
Contents 9.4 9.5 9.6 9.7 Merging Data from the PopuList Maintaining Referential Integrity Results: The Rise of Populism in Europe Summary and Outlook 10 Database Fine-Tuning 10. x Speeding Up Data Access with Indexes 10.2 Collaborative Data Management with Multiple Users 10.3 Summary and Outlook PART IV 127 129 131 132 135 136 140 143 SPECIAL TYPES OF DATA ii Spatial Data 11.1 What Is Spatial Data? 11.2 Application: Patterns of Violence in the Bosnian Civil War 11.3 Reading and Visualizing Spatial Data in R 11.4 Spatial Data in a Relational Database 11.5 Results: Patterns of Violence in the Bosnian Civil War 11.6 Summary and Outlook 12 Text Data 12.i What Is Textual Data? 12.2 Application: References to (In)equality in UN Speeches 12.3 Working with Strings in (Base) R 12.4 Natural Language Processing with quanteda 12.5 Using PostgreSQL to Manage Documents 12.6 Results: References to (In)equality in UN Speeches 12.7 Summary and Outlook 13 Network Data 13.1 What Is Network Data? 13.2 Application: Trade andDemocracy 13.3 Exploring Network Data in R with igraph 13.4 Network Data in a Relational Database 13.5 Results: Trade and Democracy 13.6 Summary and Outlook PART V 14 ix 147 147 150 151 158 163 164 166 167 169 170 175 179 183 184 187 187 190 191 197 204 205 CONCLUSION Best Practices in Data Management 14.i Two General Recommendations 14.2 Collaborative Data Management 14.3 Disseminating Research Data and Code 14.4 Summary and Outlook 209 209 212 214 216 Bibliography 219 Index 223
The data revolution offers many new opportunities for research in the social sciences. Increasingly, traces of social and political interactions can be recorded di gitally, leading to wist amounts of new data that become available for research. This poses new challenges for the way we organize and process research data. This book covers the entire range of data management techniques, from flat files to database management systems. It demonstrates how established techniques and technolo gies from computer science can be applied in social science projects, drawing on a wide range of different applied examples. The book covers simple tools such as spreadsheets as well as file-based data storage and processing, and then moves on to more powerful data management software such as relational databases. In the final part of the book, it deals with advanced topics such as spatial data, text as data, and network data.
|
adam_txt |
Contents page xi Preface PART I i 2 3 Motivation i. i Data Processing and the Research Cycle 1.2 What We Do (and Don’t Do) in this Book 1.3 Why Focus on Data Processing? 1.4 Data in Files vs. Data in Databases i. 5 Target Audience, Requirements and Software 1.6 Plan of the Book Gearing Up 2.1 R and RStudio 2.2 Setting Up the Project Environment for Your Work 2.3 The PostgreSQL Database System 2.4 Summary and Outlook Data = Content + Structure 3.1 What Is Data? 3.2 Data Content and Structure 3.3 Tables, Tables, Tables 3.4 The Structure of Tables Matters 3.5 Summary and Outlook PART II 4 INTRODUCTION 3 4 5 7 9 11 11 14 14 16 20 22 23 23 24 26 30 35 DATA IN FILES Storing Data in Files 4.1 Text and Binary Files 4.2 File Formats for Tabular Data vii 39 40 43
viii 5 6 7 Contents 4.3 Transparent and Efficient Use of Files 4.4 Summary and Outlook 54 57 Managing Data in Spreadsheets 5.1 Application: Spatial Inequality 5.2 Spreadsheet Tables and (the Lack of) Structure 5.3 Retrieving Data from a Table 5.4 Changing Table Structure and Content 5.5 Aggregating Data from a Table 5.6 Exporting Spreadsheet Data 5.7 Results: Spatial Inequality 5.8 Summary and Outlook Basic Data Management in R 6.1 Application: Inequality and Economic Performance in the US 6.2 Loading the Data 6.3 Merging Tables 6.4 Aggregating Data from a Table 6.5 Results: Inequality and Economic Performance in the US 6.6 Summary and Outlook R and the tidyverse 7.1 Application: Global Patterns of Inequality across Regime Types 7.2 A New Operator: The Pipe 7.3 Loading the Data 7.4 Merging the WID and Polity IV Datasets 7.5 Grouping and Aggregation 7.6 Results: Global Patterns of Inequality across Regime Types 7.7 Other Useful Functions in the tidyverse 7.8 Summary and Outlook 59 60 63 64 66 67 70 70 71 74 75 76 79 82 84 85 87 PART III 88 89 90 92 93 96 97 99 DATA IN DATABASES 8 Introduction to Relational Databases 8.1 Database Servers and Clients 8.2 SQL Basics 8.3 Application: Electoral Disproportionality by Country 8.4 Creating a Table with National Elections 8.5 Computing Electoral Disproportionality 8.6 Results: Electoral Disproportionality by Country 8.7 Summary and Outlook 103 105 108 109 110 115 117 118 9 Relational Databases and Multiple Tables 9.1 Application: The Rise of Populism in Europe 9.2 Adding the Tables 9.3 Joining the Tables 121 122 123 125
Contents 9.4 9.5 9.6 9.7 Merging Data from the PopuList Maintaining Referential Integrity Results: The Rise of Populism in Europe Summary and Outlook 10 Database Fine-Tuning 10. x Speeding Up Data Access with Indexes 10.2 Collaborative Data Management with Multiple Users 10.3 Summary and Outlook PART IV 127 129 131 132 135 136 140 143 SPECIAL TYPES OF DATA ii Spatial Data 11.1 What Is Spatial Data? 11.2 Application: Patterns of Violence in the Bosnian Civil War 11.3 Reading and Visualizing Spatial Data in R 11.4 Spatial Data in a Relational Database 11.5 Results: Patterns of Violence in the Bosnian Civil War 11.6 Summary and Outlook 12 Text Data 12.i What Is Textual Data? 12.2 Application: References to (In)equality in UN Speeches 12.3 Working with Strings in (Base) R 12.4 Natural Language Processing with quanteda 12.5 Using PostgreSQL to Manage Documents 12.6 Results: References to (In)equality in UN Speeches 12.7 Summary and Outlook 13 Network Data 13.1 What Is Network Data? 13.2 Application: Trade andDemocracy 13.3 Exploring Network Data in R with igraph 13.4 Network Data in a Relational Database 13.5 Results: Trade and Democracy 13.6 Summary and Outlook PART V 14 ix 147 147 150 151 158 163 164 166 167 169 170 175 179 183 184 187 187 190 191 197 204 205 CONCLUSION Best Practices in Data Management 14.i Two General Recommendations 14.2 Collaborative Data Management 14.3 Disseminating Research Data and Code 14.4 Summary and Outlook 209 209 212 214 216 Bibliography 219 Index 223
The "data revolution'' offers many new opportunities for research in the social sciences. Increasingly, traces of social and political interactions can be recorded di gitally, leading to wist amounts of new data that become available for research. This poses new challenges for the way we organize and process research data. This book covers the entire range of data management techniques, from flat files to database management systems. It demonstrates how established techniques and technolo gies from computer science can be applied in social science projects, drawing on a wide range of different applied examples. The book covers simple tools such as spreadsheets as well as file-based data storage and processing, and then moves on to more powerful data management software such as relational databases. In the final part of the book, it deals with advanced topics such as spatial data, text as data, and network data. |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Weidmann, Nils B. 1976- |
author_GND | (DE-588)1072067153 |
author_facet | Weidmann, Nils B. 1976- |
author_role | aut |
author_sort | Weidmann, Nils B. 1976- |
author_variant | n b w nb nbw |
building | Verbundindex |
bvnumber | BV048453626 |
classification_rvk | MR 2200 AP 13500 |
ctrlnum | (OCoLC)1374572791 (DE-599)BVBBV048453626 |
discipline | Allgemeines Soziologie |
discipline_str_mv | Allgemeines Soziologie |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02375nam a2200493 c 4500</leader><controlfield tag="001">BV048453626</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20230808 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">220905s2023 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781108845670</subfield><subfield code="c">hardback</subfield><subfield code="9">978-1-108-84567-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781108964784</subfield><subfield code="c">paperback</subfield><subfield code="9">978-1-108-96478-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1374572791</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV048453626</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MR 2200</subfield><subfield code="0">(DE-625)123489:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">AP 13500</subfield><subfield code="0">(DE-625)6882:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Weidmann, Nils B.</subfield><subfield code="d">1976-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1072067153</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Data management for social scientists</subfield><subfield code="b">from files to databases</subfield><subfield code="c">Nils B. Weidmann (University of Konstanz, Germany)</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge</subfield><subfield code="b">Cambridge University Press</subfield><subfield code="c">[2023]</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">© 2023</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xiii, 227 Seiten</subfield><subfield code="b">Illustrationen, Diagramme, Karten</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Methodological tools in the social sciences</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenmanagement</subfield><subfield code="0">(DE-588)4213132-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Forschungsdaten</subfield><subfield code="0">(DE-588)1098579690</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Sozialwissenschaften</subfield><subfield code="0">(DE-588)4055916-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Informatik</subfield><subfield code="0">(DE-588)4026894-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenbank</subfield><subfield code="0">(DE-588)4011119-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Social sciences / Research</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Social sciences / Data processing</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Datenmanagement</subfield><subfield code="0">(DE-588)4213132-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Forschungsdaten</subfield><subfield code="0">(DE-588)1098579690</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Sozialwissenschaften</subfield><subfield code="0">(DE-588)4055916-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Datenbank</subfield><subfield code="0">(DE-588)4011119-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Informatik</subfield><subfield code="0">(DE-588)4026894-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Klappentext</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-033831744</subfield></datafield></record></collection> |
id | DE-604.BV048453626 |
illustrated | Illustrated |
index_date | 2024-07-03T20:31:40Z |
indexdate | 2024-07-10T09:38:32Z |
institution | BVB |
isbn | 9781108845670 9781108964784 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-033831744 |
oclc_num | 1374572791 |
open_access_boolean | |
owner | DE-739 DE-384 DE-29 DE-11 |
owner_facet | DE-739 DE-384 DE-29 DE-11 |
physical | xiii, 227 Seiten Illustrationen, Diagramme, Karten |
publishDate | 2023 |
publishDateSearch | 2023 |
publishDateSort | 2023 |
publisher | Cambridge University Press |
record_format | marc |
series2 | Methodological tools in the social sciences |
spelling | Weidmann, Nils B. 1976- Verfasser (DE-588)1072067153 aut Data management for social scientists from files to databases Nils B. Weidmann (University of Konstanz, Germany) Cambridge Cambridge University Press [2023] © 2023 xiii, 227 Seiten Illustrationen, Diagramme, Karten txt rdacontent n rdamedia nc rdacarrier Methodological tools in the social sciences Datenmanagement (DE-588)4213132-7 gnd rswk-swf Forschungsdaten (DE-588)1098579690 gnd rswk-swf Sozialwissenschaften (DE-588)4055916-6 gnd rswk-swf Informatik (DE-588)4026894-9 gnd rswk-swf Datenbank (DE-588)4011119-2 gnd rswk-swf Social sciences / Research Social sciences / Data processing Datenmanagement (DE-588)4213132-7 s Forschungsdaten (DE-588)1098579690 s Sozialwissenschaften (DE-588)4055916-6 s Datenbank (DE-588)4011119-2 s Informatik (DE-588)4026894-9 s DE-604 Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Klappentext |
spellingShingle | Weidmann, Nils B. 1976- Data management for social scientists from files to databases Datenmanagement (DE-588)4213132-7 gnd Forschungsdaten (DE-588)1098579690 gnd Sozialwissenschaften (DE-588)4055916-6 gnd Informatik (DE-588)4026894-9 gnd Datenbank (DE-588)4011119-2 gnd |
subject_GND | (DE-588)4213132-7 (DE-588)1098579690 (DE-588)4055916-6 (DE-588)4026894-9 (DE-588)4011119-2 |
title | Data management for social scientists from files to databases |
title_auth | Data management for social scientists from files to databases |
title_exact_search | Data management for social scientists from files to databases |
title_exact_search_txtP | Data management for social scientists from files to databases |
title_full | Data management for social scientists from files to databases Nils B. Weidmann (University of Konstanz, Germany) |
title_fullStr | Data management for social scientists from files to databases Nils B. Weidmann (University of Konstanz, Germany) |
title_full_unstemmed | Data management for social scientists from files to databases Nils B. Weidmann (University of Konstanz, Germany) |
title_short | Data management for social scientists |
title_sort | data management for social scientists from files to databases |
title_sub | from files to databases |
topic | Datenmanagement (DE-588)4213132-7 gnd Forschungsdaten (DE-588)1098579690 gnd Sozialwissenschaften (DE-588)4055916-6 gnd Informatik (DE-588)4026894-9 gnd Datenbank (DE-588)4011119-2 gnd |
topic_facet | Datenmanagement Forschungsdaten Sozialwissenschaften Informatik Datenbank |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=033831744&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT weidmannnilsb datamanagementforsocialscientistsfromfilestodatabases |