تحليل بيانات Discourse - عدم القدرة على فهم بعض أسماء الأعمدة

Hi, I’m trying to analyse some data but I have come across a lot of column names which I do not understand. Is there any resource which I can refer to get an idea about those terms.

For instance in the application_requests table, there is req_type column which has numeric values which gets mapped to the request types that I do not know.

Thanks

The documentation is the code. I think this is what you are looking for

Hi @pfaffman,

Thanks!