Skip to content

Commit d999d90

Browse files
authored
Merge pull request #21 from alteryx/ayx-david-ung-patch-2
Ayx david ung patch 2 (survey)
2 parents 31522b4 + 28d07de commit d999d90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/howto/danceable-lyrics-input-tool/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Now, let's update the plugin's `__init__` method and set up some basic variables
165165
self.name = "DanceableLyrics"
166166

167167
# Point this variable to your extracted datasets directory:
168-
self.DATASETS_BASE = Path("c:/users/alteryx/DanceableLyricsData/")
168+
self.DATASETS_BASE = Path("c:/users/alteryx/DanceableLyricsData/"). # Please change this to your local un-zipped folder location
169169
```
170170
It's probably a good idea to validate this path and ensure 1) that it exists, 2) that it is a directory, and 3) that it contains all the files we need. We can do that like so:
171171

@@ -179,7 +179,7 @@ It's probably a good idea to validate this path and ensure 1) that it exists, 2)
179179
"artists.csv",
180180
"tracks.csv",
181181
"r_track_artist.csv",
182-
"genius_song_lyrics.csv",
182+
"genius_song_lyrics_TRUNCATED.csv", # Non-truncated file version is "genius_song_lyrics.csv".
183183
"audio_features.csv",
184184
]
185185
nonexistent_files = ", ".join(

inspire/2023/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Inspire 2023 Resources
22

3+
## Required Survey
4+
* Please answer questions in [required survey](https://www.surveymonkey.com/r/J9PTRBT).
5+
36
## Training Documentation
47
* [Introduction to Alteryx Platform SDK](./Introduction%20to%20Alteryx%20Platform%20SDK.pdf) (PDF)
58
* [Training Sessions Required Installations](./Training%20Sessions%20Required%20Installations.pdf) (PDF)

0 commit comments

Comments
 (0)