Interview No. 32: Daichi-san (Part 2) – Meaningful Work
ヒューマネテック派遣社員の実態・本音インタビュー

Interview No. 32: Daichi-san (Part 2) – Meaningful Work

Interview No. 32: Daichi-san (Part 2) – Alteryx Experience

My First Experience with Alteryx — Streamlining Data Processing and the Learning Journey

Here, we spoke with Daichi about his first experience using Alteryx in his work, including what led to its adoption, his impressions of the tool, and how he went about learning it.

■ Background and Data Experience

— What kind of background and experience do you have?

Most of my prior experience with data was in academic settings. In college, I majored in Computer Science and worked on many coding assignments using scripting languages such as Python, Java, and C/C++. I also worked with data-oriented languages and packages like SQL, NumPy, and Pandas. In addition, I participated in a neuroscience research internship where I handled tasks involving data manipulation using MATLAB. However, I had not had the opportunity to apply these skills in an industrial setting.

■ Encounter with Alteryx

— Was this your first time using Alteryx?

Yes, this was my very first time.

— How did you handle data processing before that?

I mainly used SQL. When working with scripting languages such as Python, I would import Pandas and use it for data handling.

■ Impressions of Alteryx and Differences from Previous Methods

— Compared to your previous methods, how was Alteryx?

It was extremely user-friendly. At first, I tried to continue my work using the SQL and Pandas I was accustomed to, but I ran into issues such as data type conversions, newline characters in CSV files, and encoding problems, all of which slowed me down. Alteryx handled these issues seamlessly. For the relatively simple data-processing tasks I was responsible for, I didn’t feel any lack of expressive power — in fact, I was able to work more efficiently.

■ Learning Methods and Strategies

— Did you study in order to get comfortable with Alteryx?

Yes, learning was definitely necessary. During the first few weeks after starting work, I spent much of my time studying Alteryx and sitting in on meetings. Specifically, I watched tutorial videos on YouTube covering the main tools, and used the “Show Sample” function within Alteryx to study example workflows, which helped deepen my understanding.

— Were there any difficulties at the start?

Yes, the sheer number of tools made it a little difficult to remember all their functions. However, through the learning methods I mentioned, along with leveraging generative AI, I was able to pick up the main tools fairly quickly.

■ Message for Future Users

— What advice would you give to those who will be using Alteryx in the future?

If you already have programming experience and are familiar with manipulating tabular data (such as using groupby or pivot operations), I think Alteryx will be relatively easy to learn. If not, I’d recommend first studying and understanding those concepts before diving in. Alteryx is a very beginner-friendly tool, and I think it provides an excellent entry point for anyone starting out in data processing.